#40555A

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

Shades of Casal #40555A

Tints of Casal #40555A

Color information

#40555A (or 0x40555A) is unknown color: approx Casal. HEX triplet: 40, 55 and 5A. RGB value is (64,85,90). Sum of RGB (Red+Green+Blue) = 64+85+90=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #40555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555A is #BFAAA5. Grayscale: #4F4F4F. Windows color (decimal): -12561062 or 5920064. OLE color: 5920064.

HSL color Cylindrical-coordinate representation of color #40555A: hue angle of 191.54º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40555A is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648590-
CMYK0.290.0600.65
HSL191.54º16.88%30.2%-
HSV(B)191.54º28.89%35.29%-
XYZ7.218.3310.9-
YUV79.29134.04117.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=26.78%
G=35.56%
B=37.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6485900.290.0600.65191.5416.8830.2
Hex40555A1D6041c0111e
Octal10012513235601013002136
Binary1000000101010110110101110111001000001110000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40555A; }

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

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

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

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

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

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

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

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