#415156

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

Shades of Casal #415156

Tints of Casal #415156

Color information

#415156 (or 0x415156) is unknown color: approx Casal. HEX triplet: 41, 51 and 56. RGB value is (65,81,86). Sum of RGB (Red+Green+Blue) = 65+81+86=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #415156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415156 is #BEAEA9. Grayscale: #4C4C4C. Windows color (decimal): -12496554 or 5656897. OLE color: 5656897.

HSL color Cylindrical-coordinate representation of color #415156: hue angle of 194.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415156 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB658186-
CMYK0.240.0600.66
HSL194.29º13.91%29.61%-
HSV(B)194.29º24.42%33.73%-
XYZ6.87.689.93-
YUV76.79133.2119.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=28.02%
G=34.91%
B=37.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6581860.240.0600.66194.2913.9129.61
Hex415156186042c2e1e
Octal10112112630601023021636
Binary100000110100011010110110001100100001011000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415156; }

 p { color: rgb(65,81,86); }

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

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

 a { background-color: rgb(65,81,86); }

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

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

 span { border-color: rgb(65,81,86); }

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