#40566C

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

Shades of Cello #40566C

Tints of Cello #40566C

Color information

#40566C (or 0x40566C) is unknown color: approx Cello. HEX triplet: 40, 56 and 6C. RGB value is (64,86,108). Sum of RGB (Red+Green+Blue) = 64+86+108=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #40566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566C is #BFA993. Grayscale: #515151. Windows color (decimal): -12560788 or 7099968. OLE color: 7099968.

HSL color Cylindrical-coordinate representation of color #40566C: hue angle of 210º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40566C is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6486108-
CMYK0.410.2000.58
HSL210º25.58%33.73%-
HSV(B)210º40.74%42.35%-
XYZ8.158.8315.46-
YUV81.93142.71115.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=24.81%
G=33.33%
B=41.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64861080.410.2000.5821025.5833.73
Hex40566C291403Ad21a22
Octal10012615451240723223242
Binary1000000101011011011001010011010001110101101001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40566C; }

 p { color: rgb(64,86,108); }

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

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

 a { background-color: rgb(64,86,108); }

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

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

 span { border-color: rgb(64,86,108); }

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