Html Css Color HEX #405359 Casal

📋 copy color: '#405359'

red 64 ◦ green 83 ◦ blue 89

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

Shades of Casal #405359

Tints of Casal #405359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 27.12%
G = 35.17%
B = 37.71%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405359 (or 0x405359) is known color: Casal. HEX triplet: 40, 53 and 59. RGB value is (64,83,89). Sum of RGB (Red+Green+Blue) = 64+83+89=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #405359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405359 is #BFACA6. Grayscale: #4D4D4D. Windows color (decimal): -12561575 or 5854016. OLE color: 5854016.

HSL color Cylindrical-coordinate representation of color #405359: hue angle of 194.4º 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 #405359 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 83 89 -
CMYK 0.28 0.07 0 0.65
HSL 194.4º 0.16% 0.3% -
HSV(B) 194.4º 0.28% 0.35% -
XYZ 7.01 8 10.63 -
YUV 78 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 64 83 89 0.28 0.07 0 0.65 194.4 0.16 0.3
Hex 40 53 59 1C 7 0 41 C2 10 1E
Octal 100 123 131 34 7 0 101 302 20 36
Binary 1000000 1010011 1011001 11100 111 0 1000001 11000010 10000 11110

Color Harmonies of #405359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405359

Black with #405359

Text Example


Text Example

White with #405359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405359; }

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

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

background-color css

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

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

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

border-color css

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

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

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