#415157

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

Shades of Casal #415157

Tints of Casal #415157

Color information

#415157 (or 0x415157) is unknown color: approx Casal. HEX triplet: 41, 51 and 57. RGB value is (65,81,87). Sum of RGB (Red+Green+Blue) = 65+81+87=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #415157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415157 is #BEAEA8. Grayscale: #4C4C4C. Windows color (decimal): -12496553 or 5722433. OLE color: 5722433.

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

Color convert

RGB658187-
CMYK0.250.0700.66
HSL196.36º14.47%29.8%-
HSV(B)196.36º25.29%34.12%-
XYZ6.847.710.14-
YUV76.9133.7119.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=27.90%
G=34.76%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6581870.250.0700.66196.3614.4729.8
Hex415157197042c4e1e
Octal10112112731701023041636
Binary100000110100011010111110011110100001011000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415157; }

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

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

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

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

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

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

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

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