Html Css Color HEX #405659 Casal

📋 copy color: '#405659'

red 64 ◦ green 86 ◦ blue 89

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

Shades of Casal #405659

Tints of Casal #405659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 26.78%
G = 35.98%
B = 37.24%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405659 (or 0x405659) is known color: Casal. HEX triplet: 40, 56 and 59. RGB value is (64,86,89). Sum of RGB (Red+Green+Blue) = 64+86+89=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #405659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405659 is #BFA9A6. Grayscale: #4F4F4F. Windows color (decimal): -12560807 or 5854784. OLE color: 5854784.

HSL color Cylindrical-coordinate representation of color #405659: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405659 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 86 89 -
CMYK 0.28 0.03 0 0.65
HSL 187.2º 0.16% 0.3% -
HSV(B) 187.2º 0.28% 0.35% -
XYZ 7.25 8.47 10.7 -
YUV 79.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 64 86 89 0.28 0.03 0 0.65 187.2 0.16 0.3
Hex 40 56 59 1C 3 0 41 BB 10 1E
Octal 100 126 131 34 3 0 101 273 20 36
Binary 1000000 1010110 1011001 11100 11 0 1000001 10111011 10000 11110

Color Harmonies of #405659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405659

Black with #405659

Text Example


Text Example

White with #405659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405659; }

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

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

background-color css

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

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

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

border-color css

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

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

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