#415B61

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

Shades of Casal #415B61

Tints of Casal #415B61

Color information

#415B61 (or 0x415B61) is unknown color: approx Casal. HEX triplet: 41, 5B and 61. RGB value is (65,91,97). Sum of RGB (Red+Green+Blue) = 65+91+97=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #415B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B61 is #BEA49E. Grayscale: #535353. Windows color (decimal): -12493983 or 6380353. OLE color: 6380353.

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

Color convert

RGB659197-
CMYK0.330.0600.62
HSL191.25º19.75%31.76%-
HSV(B)191.25º32.99%38.04%-
XYZ8.089.4712.71-
YUV83.91135.39114.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=25.69%
G=35.97%
B=38.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6591970.330.0600.62191.2519.7531.76
Hex415B6121603Ebf1420
Octal1011331414160762772440
Binary10000011011011110000110000111001111101011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B61; }

 p { color: rgb(65,91,97); }

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

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

 a { background-color: rgb(65,91,97); }

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

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

 span { border-color: rgb(65,91,97); }

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