#405558

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

Shades of Casal #405558

Tints of Casal #405558

Color information

#405558 (or 0x405558) is unknown color: approx Casal. HEX triplet: 40, 55 and 58. RGB value is (64,85,88). Sum of RGB (Red+Green+Blue) = 64+85+88=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 88 - color contains mainly: blue. Hex color #405558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405558 is #BFAAA7. Grayscale: #4F4F4F. Windows color (decimal): -12561064 or 5788992. OLE color: 5788992.

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

Color convert

RGB648588-
CMYK0.270.0300.65
HSL187.5º15.79%29.8%-
HSV(B)187.5º27.27%34.51%-
XYZ7.128.2910.46-
YUV79.06133.04117.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=27.00%
G=35.86%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6485880.270.0300.65187.515.7929.8
Hex4055581B3041bc101e
Octal10012513033301012742036
Binary100000010101011011000110111101000001101111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405558; }

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

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

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

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

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

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

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

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