#42586F

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

Shades of Chambray #42586F

Tints of Chambray #42586F

Color information

#42586F (or 0x42586F) is unknown color: approx Chambray. HEX triplet: 42, 58 and 6F. RGB value is (66,88,111). Sum of RGB (Red+Green+Blue) = 66+88+111=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #42586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586F is #BDA790. Grayscale: #535353. Windows color (decimal): -12429201 or 7297090. OLE color: 7297090.

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

Color convert

RGB6688111-
CMYK0.410.2100.56
HSL210.67º25.42%34.71%-
HSV(B)210.67º40.54%43.53%-
XYZ8.619.2916.38-
YUV84.04143.21115.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=24.91%
G=33.21%
B=41.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66881110.410.2100.56210.6725.4234.71
Hex42586F2915038d31923
Octal10213015751250703233143
Binary1000010101100011011111010011010101110001101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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