#415256

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

Shades of Casal #415256

Tints of Casal #415256

Color information

#415256 (or 0x415256) is unknown color: approx Casal. HEX triplet: 41, 52 and 56. RGB value is (65,82,86). Sum of RGB (Red+Green+Blue) = 65+82+86=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #415256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415256 is #BEADA9. Grayscale: #4D4D4D. Windows color (decimal): -12496298 or 5657153. OLE color: 5657153.

HSL color Cylindrical-coordinate representation of color #415256: hue angle of 191.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415256 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB658286-
CMYK0.240.0500.66
HSL191.43º13.91%29.61%-
HSV(B)191.43º24.42%33.73%-
XYZ6.887.839.95-
YUV77.37132.87119.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=27.90%
G=35.19%
B=36.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6582860.240.0500.66191.4313.9129.61
Hex415256185042bfe1e
Octal10112212630501022771636
Binary100000110100101010110110001010100001010111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415256; }

 p { color: rgb(65,82,86); }

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

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

 a { background-color: rgb(65,82,86); }

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

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

 span { border-color: rgb(65,82,86); }

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