Html Css Color HEX #405053 Casal

📋 copy color: '#405053'

red 64 ◦ green 80 ◦ blue 83

#405053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #405053

Tints of Casal #405053

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 value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#405053 (or 0x405053) is known color: 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

RGB 64 80 83 -
CMYK 0.23 0.04 0 0.67
HSL 189.47º 0.13% 0.29% -
HSV(B) 189.47º 0.23% 0.33% -
XYZ 6.54 7.45 9.28 -
YUV 75.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 64 80 83 0.23 0.04 0 0.67 189.47 0.13 0.29
Hex 40 50 53 17 4 0 43 BD D 1D
Octal 100 120 123 27 4 0 103 275 15 35
Binary 1000000 1010000 1010011 10111 100 0 1000011 10111101 1101 11101

Color Harmonies of #405053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405053

Black with #405053

Text Example


Text Example

White with #405053

Text Example


Text Example

HTML Codes & Css Web 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>