#40555C

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

Shades of Casal #40555C

Tints of Casal #40555C

Color information

#40555C (or 0x40555C) is unknown color: approx Casal. HEX triplet: 40, 55 and 5C. RGB value is (64,85,92). Sum of RGB (Red+Green+Blue) = 64+85+92=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #40555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555C is #BFAAA3. Grayscale: #4F4F4F. Windows color (decimal): -12561060 or 6051136. OLE color: 6051136.

HSL color Cylindrical-coordinate representation of color #40555C: hue angle of 195º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40555C is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648592-
CMYK0.300.0800.64
HSL195º17.95%30.59%-
HSV(B)195º30.43%36.08%-
XYZ7.298.3611.35-
YUV79.52135.04116.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=26.56%
G=35.27%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6485920.300.0800.6419517.9530.59
Hex40555C1E8040c3121f
Octal100125134361001003032237
Binary10000001010101101110011110100001000000110000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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