Html Css Color HEX #405960 Casal

📋 copy color: '#405960'

red 64 ◦ green 89 ◦ blue 96

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

Shades of Casal #405960

Tints of Casal #405960

RGB

 RED value IS 64 (25.39% from 255) = 25.7%

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 25.7%
G = 35.74%
B = 38.55%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405960 (or 0x405960) is known color: Casal. HEX triplet: 40, 59 and 60. RGB value is (64,89,96). Sum of RGB (Red+Green+Blue) = 64+89+96=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 96 - color contains mainly: blue. Hex color #405960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405960 is #BFA69F. Grayscale: #525252. Windows color (decimal): -12560032 or 6314304. OLE color: 6314304.

HSL color Cylindrical-coordinate representation of color #405960: hue angle of 193.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405960 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 89 96 -
CMYK 0.33 0.07 0 0.62
HSL 193.13º 0.2% 0.31% -
HSV(B) 193.13º 0.33% 0.38% -
XYZ 7.8 9.08 12.41 -
YUV 82.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 64 89 96 0.33 0.07 0 0.62 193.13 0.2 0.31
Hex 40 59 60 21 7 0 3E C1 14 1F
Octal 100 131 140 41 7 0 76 301 24 37
Binary 1000000 1011001 1100000 100001 111 0 111110 11000001 10100 11111

Color Harmonies of #405960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405960

Black with #405960

Text Example


Text Example

White with #405960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405960; }

 p { color: rgb(64,89,96); }

 H1.HeaderClassName
 {
   color: #405960;
 }
 .AnyTagClassName
 {
   color: #405960;
 }
</style>

background-color css

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

 a { background-color: rgb(64,89,96); }

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

border-color css

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

 span { border-color: rgb(64,89,96); }

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