Html Css Color HEX #425576 Chambray

📋 copy color: '#425576'

red 66 ◦ green 85 ◦ blue 118

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

Shades of Chambray #425576

Tints of Chambray #425576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 24.54%
G = 31.6%
B = 43.87%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#425576 (or 0x425576) is known color: Chambray. HEX triplet: 42, 55 and 76. RGB value is (66,85,118). Sum of RGB (Red+Green+Blue) = 66+85+118=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #425576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425576 is #BDAA89. Grayscale: #525252. Windows color (decimal): -12429962 or 7755074. OLE color: 7755074.

HSL color Cylindrical-coordinate representation of color #425576: hue angle of 218.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425576 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 85 118 -
CMYK 0.44 0.28 0 0.54
HSL 218.08º 0.28% 0.36% -
HSV(B) 218.08º 0.44% 0.46% -
XYZ 8.77 8.96 18.41 -
YUV 83.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 66 85 118 0.44 0.28 0 0.54 218.08 0.28 0.36
Hex 42 55 76 2C 1C 0 36 DA 1C 24
Octal 102 125 166 54 34 0 66 332 34 44
Binary 1000010 1010101 1110110 101100 11100 0 110110 11011010 11100 100100

Color Harmonies of #425576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425576

Black with #425576

Text Example


Text Example

White with #425576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425576; }

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

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

background-color css

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

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

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

border-color css

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

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

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