#425D80

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

Shades of Chambray #425D80

Tints of Chambray #425D80

Color information

#425D80 (or 0x425D80) is unknown color: approx Chambray. HEX triplet: 42, 5D and 80. RGB value is (66,93,128). Sum of RGB (Red+Green+Blue) = 66+93+128=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #425D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D80 is #BDA27F. Grayscale: #585858. Windows color (decimal): -12427904 or 8412482. OLE color: 8412482.

HSL color Cylindrical-coordinate representation of color #425D80: hue angle of 213.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425D80 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6693128-
CMYK0.480.2700.50
HSL213.87º31.96%38.04%-
HSV(B)213.87º48.44%50.2%-
XYZ10.0610.5521.93-
YUV88.92150.05111.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=23.00%
G=32.40%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66931280.480.2700.50213.8731.9638.04
Hex425D80301B032d62026
Octal10213520060330623264046
Binary100001010111011000000011000011011011001011010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D80; }

 p { color: rgb(66,93,128); }

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

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

 a { background-color: rgb(66,93,128); }

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

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

 span { border-color: rgb(66,93,128); }

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