#45586F

Color #45586F Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #45586F

Tints of Chambray #45586F

Color information

#45586F (or 0x45586F) is unknown color: approx Chambray. HEX triplet: 45, 58 and 6F. RGB value is (69,88,111). Sum of RGB (Red+Green+Blue) = 69+88+111=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #45586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45586F is #BAA790. Grayscale: #545454. Windows color (decimal): -12232593 or 7297093. OLE color: 7297093.

HSL color Cylindrical-coordinate representation of color #45586F: hue angle of 212.86º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45586F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6988111-
CMYK0.380.2100.56
HSL212.86º23.33%35.29%-
HSV(B)212.86º37.84%43.53%-
XYZ8.819.3916.39-
YUV84.94142.71116.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=25.75%
G=32.84%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69881110.380.2100.56212.8623.3335.29
Hex45586F2615038d51723
Octal10513015746250703252743
Binary1000101101100011011111001101010101110001101010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45586F; }

 p { color: rgb(69,88,111); }

 H1.HeaderClassName
 {
   color: #45586F;
 }
 .AnyTagClassName
 {
   color: #45586F;
 }
</style>
background-color css

<style>
 a { background-color: #45586F; }

 a { background-color: rgb(69,88,111); }

 div.DivClassName
 {
   background-color: #45586F;
 }
 .BgClassName
 {
   background-color: #45586F;
 }
</style>
border-color css

<style>
 span { border-color: #45586F; }

 span { border-color: rgb(69,88,111); }

 td.TdClassName
 {
   border-color: #45586F;
 }
 .TagClassName
 {
   border-color: #45586F;
 }
</style>