#425158

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

Shades of Casal #425158

Tints of Casal #425158

Color information

#425158 (or 0x425158) is unknown color: approx Casal. HEX triplet: 42, 51 and 58. RGB value is (66,81,88). Sum of RGB (Red+Green+Blue) = 66+81+88=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #425158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425158 is #BDAEA7. Grayscale: #4D4D4D. Windows color (decimal): -12431016 or 5787970. OLE color: 5787970.

HSL color Cylindrical-coordinate representation of color #425158: hue angle of 199.09º 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 #425158 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668188-
CMYK0.250.0800.65
HSL199.09º14.29%30.2%-
HSV(B)199.09º25%34.51%-
XYZ6.957.7510.36-
YUV77.31134.03119.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=28.09%
G=34.47%
B=37.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6681880.250.0800.65199.0914.2930.2
Hex425158198041c7e1e
Octal102121130311001013071636
Binary1000010101000110110001100110000100000111000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425158; }

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

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

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

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

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

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

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

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