#425578

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

Shades of Chambray #425578

Tints of Chambray #425578

Color information

#425578 (or 0x425578) is unknown color: approx Chambray. HEX triplet: 42, 55 and 78. RGB value is (66,85,120). Sum of RGB (Red+Green+Blue) = 66+85+120=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #425578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425578 is #BDAA87. Grayscale: #535353. Windows color (decimal): -12429960 or 7886146. OLE color: 7886146.

HSL color Cylindrical-coordinate representation of color #425578: hue angle of 218.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425578 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6685120-
CMYK0.450.2900.53
HSL218.89º29.03%36.47%-
HSV(B)218.89º45%47.06%-
XYZ8.899.0119.04-
YUV83.31148.71115.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=24.35%
G=31.37%
B=44.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66851200.450.2900.53218.8929.0336.47
Hex4255782D1D035db1d24
Octal10212517055350653333544
Binary1000010101010111110001011011110101101011101101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425578; }

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

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

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

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

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

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

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

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