#415960

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

Shades of Casal #415960

Tints of Casal #415960

Color information

#415960 (or 0x415960) is unknown color: approx Casal. HEX triplet: 41, 59 and 60. RGB value is (65,89,96). Sum of RGB (Red+Green+Blue) = 65+89+96=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #415960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415960 is #BEA69F. Grayscale: #525252. Windows color (decimal): -12494496 or 6314305. OLE color: 6314305.

HSL color Cylindrical-coordinate representation of color #415960: hue angle of 193.55º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415960 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB658996-
CMYK0.320.0700.62
HSL193.55º19.25%31.57%-
HSV(B)193.55º32.29%37.65%-
XYZ7.869.1112.41-
YUV82.62135.55115.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=26%
G=35.6%
B=38.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6589960.320.0700.62193.5519.2531.57
Hex41596020703Ec21320
Octal1011311404070763022340
Binary10000011011001110000010000011101111101100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415960; }

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

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

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

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

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

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

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

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