Html Css Color HEX #42556D Chambray

📋 copy color: '#42556D'

red 66 ◦ green 85 ◦ blue 109

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

Shades of Chambray #42556D

Tints of Chambray #42556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 25.38%
G = 32.69%
B = 41.92%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42556D (or 0x42556D) is known color: Chambray. HEX triplet: 42, 55 and 6D. RGB value is (66,85,109). Sum of RGB (Red+Green+Blue) = 66+85+109=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #42556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42556D is #BDAA92. Grayscale: #515151. Windows color (decimal): -12429971 or 7165250. OLE color: 7165250.

HSL color Cylindrical-coordinate representation of color #42556D: hue angle of 213.49º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42556D is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 85 109 -
CMYK 0.39 0.22 0 0.57
HSL 213.49º 0.25% 0.34% -
HSV(B) 213.49º 0.39% 0.43% -
XYZ 8.26 8.76 15.72 -
YUV 82.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 66 85 109 0.39 0.22 0 0.57 213.49 0.25 0.34
Hex 42 55 6D 27 16 0 39 D5 19 22
Octal 102 125 155 47 26 0 71 325 31 42
Binary 1000010 1010101 1101101 100111 10110 0 111001 11010101 11001 100010

Color Harmonies of #42556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42556D

Black with #42556D

Text Example


Text Example

White with #42556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42556D; }

 p { color: rgb(66,85,109); }

 H1.HeaderClassName
 {
   color: #42556D;
 }
 .AnyTagClassName
 {
   color: #42556D;
 }
</style>

background-color css

<style>
 a { background-color: #42556D; }

 a { background-color: rgb(66,85,109); }

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

border-color css

<style>
 span { border-color: #42556D; }

 span { border-color: rgb(66,85,109); }

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