#415053

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

Shades of Casal #415053

Tints of Casal #415053

Color information

#415053 (or 0x415053) is unknown color: approx Casal. HEX triplet: 41, 50 and 53. RGB value is (65,80,83). Sum of RGB (Red+Green+Blue) = 65+80+83=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #415053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415053 is #BEAFAC. Grayscale: #4B4B4B. Windows color (decimal): -12496813 or 5460033. OLE color: 5460033.

HSL color Cylindrical-coordinate representation of color #415053: hue angle of 190º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415053 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB658083-
CMYK0.220.0400.67
HSL190º12.16%29.02%-
HSV(B)190º21.69%32.55%-
XYZ6.617.499.28-
YUV75.86132.03120.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=28.51%
G=35.09%
B=36.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6580830.220.0400.6719012.1629.02
Hex415053164043bec1d
Octal10112012326401032761435
Binary100000110100001010011101101000100001110111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415053; }

 p { color: rgb(65,80,83); }

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

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

 a { background-color: rgb(65,80,83); }

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

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

 span { border-color: rgb(65,80,83); }

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