#415153

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

Shades of Casal #415153

Tints of Casal #415153

Color information

#415153 (or 0x415153) is unknown color: approx Casal. HEX triplet: 41, 51 and 53. RGB value is (65,81,83). Sum of RGB (Red+Green+Blue) = 65+81+83=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #415153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415153 is #BEAEAC. Grayscale: #4C4C4C. Windows color (decimal): -12496557 or 5460289. OLE color: 5460289.

HSL color Cylindrical-coordinate representation of color #415153: hue angle of 186.67º 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 #415153 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB658183-
CMYK0.220.0200.67
HSL186.67º12.16%29.02%-
HSV(B)186.67º21.69%32.55%-
XYZ6.687.639.3-
YUV76.44131.7119.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=28.38%
G=35.37%
B=36.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6581830.220.0200.67186.6712.1629.02
Hex415153162043bbc1d
Octal10112112326201032731435
Binary10000011010001101001110110100100001110111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415153; }

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

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

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

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

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

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

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

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