#415559

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

Shades of Casal #415559

Tints of Casal #415559

Color information

#415559 (or 0x415559) is unknown color: approx Casal. HEX triplet: 41, 55 and 59. RGB value is (65,85,89). Sum of RGB (Red+Green+Blue) = 65+85+89=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #415559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415559 is #BEAAA6. Grayscale: #4F4F4F. Windows color (decimal): -12495527 or 5854529. OLE color: 5854529.

HSL color Cylindrical-coordinate representation of color #415559: hue angle of 190º 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 #415559 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658589-
CMYK0.270.0400.65
HSL190º15.58%30.2%-
HSV(B)190º26.97%34.9%-
XYZ7.238.3410.68-
YUV79.48133.37117.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=27.20%
G=35.56%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6585890.270.0400.6519015.5830.2
Hex4155591B4041be101e
Octal10112513133401012762036
Binary1000001101010110110011101110001000001101111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415559; }

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

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

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

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

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

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

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

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