#415659

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

Shades of Casal #415659

Tints of Casal #415659

Color information

#415659 (or 0x415659) is unknown color: approx Casal. HEX triplet: 41, 56 and 59. RGB value is (65,86,89). Sum of RGB (Red+Green+Blue) = 65+86+89=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #415659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415659 is #BEA9A6. Grayscale: #505050. Windows color (decimal): -12495271 or 5854785. OLE color: 5854785.

HSL color Cylindrical-coordinate representation of color #415659: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415659 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658689-
CMYK0.270.0300.65
HSL187.5º15.58%30.2%-
HSV(B)187.5º26.97%34.9%-
XYZ7.318.510.71-
YUV80.06133.04117.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=27.08%
G=35.83%
B=37.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6586890.270.0300.65187.515.5830.2
Hex4156591B3041bc101e
Octal10112613133301012742036
Binary100000110101101011001110111101000001101111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415659; }

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

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

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

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

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

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

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

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