#425558

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

Shades of Casal #425558

Tints of Casal #425558

Color information

#425558 (or 0x425558) is unknown color: approx Casal. HEX triplet: 42, 55 and 58. RGB value is (66,85,88). Sum of RGB (Red+Green+Blue) = 66+85+88=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #425558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425558 is #BDAAA7. Grayscale: #4F4F4F. Windows color (decimal): -12429992 or 5788994. OLE color: 5788994.

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

Color convert

RGB668588-
CMYK0.250.0300.65
HSL188.18º14.29%30.2%-
HSV(B)188.18º25%34.51%-
XYZ7.268.3610.46-
YUV79.66132.71118.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=27.62%
G=35.56%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6685880.250.0300.65188.1814.2930.2
Hex425558193041bce1e
Octal10212513031301012741636
Binary10000101010101101100011001110100000110111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425558; }

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

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

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

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

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

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

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

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