Html Css Color HEX #42566C Chambray

📋 copy color: '#42566C'

red 66 ◦ green 86 ◦ blue 108

#42566C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #42566C

Tints of Chambray #42566C

RGB

 RED value IS 66 (26.17% from 255) = 25.38%

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 25.38%
G = 33.08%
B = 41.54%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42566C (or 0x42566C) is known color: Chambray. HEX triplet: 42, 56 and 6C. RGB value is (66,86,108). Sum of RGB (Red+Green+Blue) = 66+86+108=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #42566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42566C is #BDA993. Grayscale: #525252. Windows color (decimal): -12429716 or 7099970. OLE color: 7099970.

HSL color Cylindrical-coordinate representation of color #42566C: hue angle of 211.43º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42566C is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 86 108 -
CMYK 0.39 0.20 0 0.58
HSL 211.43º 0.24% 0.34% -
HSV(B) 211.43º 0.39% 0.42% -
XYZ 8.28 8.9 15.47 -
YUV 82.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 66 86 108 0.39 0.20 0 0.58 211.43 0.24 0.34
Hex 42 56 6C 27 14 0 3A D3 18 22
Octal 102 126 154 47 24 0 72 323 30 42
Binary 1000010 1010110 1101100 100111 10100 0 111010 11010011 11000 100010

Color Harmonies of #42566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42566C

Black with #42566C

Text Example


Text Example

White with #42566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42566C; }

 p { color: rgb(66,86,108); }

 H1.HeaderClassName
 {
   color: #42566C;
 }
 .AnyTagClassName
 {
   color: #42566C;
 }
</style>

background-color css

<style>
 a { background-color: #42566C; }

 a { background-color: rgb(66,86,108); }

 div.DivClassName
 {
   background-color: #42566C;
 }
 .BgClassName
 {
   background-color: #42566C;
 }
</style>

border-color css

<style>
 span { border-color: #42566C; }

 span { border-color: rgb(66,86,108); }

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