#425258

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

Shades of Casal #425258

Tints of Casal #425258

Color information

#425258 (or 0x425258) is unknown color: approx Casal. HEX triplet: 42, 52 and 58. RGB value is (66,82,88). Sum of RGB (Red+Green+Blue) = 66+82+88=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #425258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425258 is #BDADA7. Grayscale: #4D4D4D. Windows color (decimal): -12430760 or 5788226. OLE color: 5788226.

HSL color Cylindrical-coordinate representation of color #425258: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425258 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668288-
CMYK0.250.0700.65
HSL196.36º14.29%30.2%-
HSV(B)196.36º25%34.51%-
XYZ7.037.910.39-
YUV77.9133.7119.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=27.97%
G=34.75%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6682880.250.0700.65196.3614.2930.2
Hex425258197041c4e1e
Octal10212213031701013041636
Binary100001010100101011000110011110100000111000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425258; }

 p { color: rgb(66,82,88); }

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

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

 a { background-color: rgb(66,82,88); }

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

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

 span { border-color: rgb(66,82,88); }

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