#415A61

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

Shades of Casal #415A61

Tints of Casal #415A61

Color information

#415A61 (or 0x415A61) is unknown color: approx Casal. HEX triplet: 41, 5A and 61. RGB value is (65,90,97). Sum of RGB (Red+Green+Blue) = 65+90+97=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #415A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A61 is #BEA59E. Grayscale: #535353. Windows color (decimal): -12494239 or 6380097. OLE color: 6380097.

HSL color Cylindrical-coordinate representation of color #415A61: hue angle of 193.12º 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 #415A61 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB659097-
CMYK0.330.0700.62
HSL193.12º19.75%31.76%-
HSV(B)193.12º32.99%38.04%-
XYZ7.999.312.68-
YUV83.32135.72114.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=25.79%
G=35.71%
B=38.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6590970.330.0700.62193.1219.7531.76
Hex415A6121703Ec11420
Octal1011321414170763012440
Binary10000011011010110000110000111101111101100000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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