#405053

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

Shades of Casal #405053

Tints of Casal #405053

Color information

#405053 (or 0x405053) is unknown color: approx Casal. HEX triplet: 40, 50 and 53. RGB value is (64,80,83). Sum of RGB (Red+Green+Blue) = 64+80+83=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #405053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405053 is #BFAFAC. Grayscale: #4B4B4B. Windows color (decimal): -12562349 or 5460032. OLE color: 5460032.

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

Color convert

RGB648083-
CMYK0.230.0400.67
HSL189.47º12.93%28.82%-
HSV(B)189.47º22.89%32.55%-
XYZ6.547.459.28-
YUV75.56132.2119.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=28.19%
G=35.24%
B=36.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6480830.230.0400.67189.4712.9328.82
Hex405053174043bdd1d
Octal10012012327401032751535
Binary100000010100001010011101111000100001110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405053; }

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

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

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

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

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

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

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

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