Html Css Color HEX #405B60 Casal

📋 copy color: '#405B60'

red 64 ◦ green 91 ◦ blue 96

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

Shades of Casal #405B60

Tints of Casal #405B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.25%

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

R = 25.5%
G = 36.25%
B = 38.25%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405B60 (or 0x405B60) is known color: Casal. HEX triplet: 40, 5B and 60. RGB value is (64,91,96). Sum of RGB (Red+Green+Blue) = 64+91+96=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #405B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B60 is #BFA49F. Grayscale: #535353. Windows color (decimal): -12559520 or 6314816. OLE color: 6314816.

HSL color Cylindrical-coordinate representation of color #405B60: hue angle of 189.38º 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 #405B60 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 91 96 -
CMYK 0.33 0.05 0 0.62
HSL 189.38º 0.2% 0.31% -
HSV(B) 189.38º 0.33% 0.38% -
XYZ 7.97 9.42 12.46 -
YUV 83.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 64 91 96 0.33 0.05 0 0.62 189.38 0.2 0.31
Hex 40 5B 60 21 5 0 3E BD 14 1F
Octal 100 133 140 41 5 0 76 275 24 37
Binary 1000000 1011011 1100000 100001 101 0 111110 10111101 10100 11111

Color Harmonies of #405B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B60

Black with #405B60

Text Example


Text Example

White with #405B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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