#415459

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

Shades of Casal #415459

Tints of Casal #415459

Color information

#415459 (or 0x415459) is unknown color: approx Casal. HEX triplet: 41, 54 and 59. RGB value is (65,84,89). Sum of RGB (Red+Green+Blue) = 65+84+89=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #415459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415459 is #BEABA6. Grayscale: #4E4E4E. Windows color (decimal): -12495783 or 5854273. OLE color: 5854273.

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

Color convert

RGB658489-
CMYK0.270.0600.65
HSL192.5º15.58%30.2%-
HSV(B)192.5º26.97%34.9%-
XYZ7.158.1910.65-
YUV78.89133.71118.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=27.31%
G=35.29%
B=37.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6584890.270.0600.65192.515.5830.2
Hex4154591B6041c0101e
Octal10112413133601013002036
Binary1000001101010010110011101111001000001110000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415459; }

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

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

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

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

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

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

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

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