Html Css Color HEX #405259 Casal

📋 copy color: '#405259'

red 64 ◦ green 82 ◦ blue 89

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

Shades of Casal #405259

Tints of Casal #405259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

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

R = 27.23%
G = 34.89%
B = 37.87%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405259 (or 0x405259) is known color: Casal. HEX triplet: 40, 52 and 59. RGB value is (64,82,89). Sum of RGB (Red+Green+Blue) = 64+82+89=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #405259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405259 is #BFADA6. Grayscale: #4D4D4D. Windows color (decimal): -12561831 or 5853760. OLE color: 5853760.

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

Color convert

RGB 64 82 89 -
CMYK 0.28 0.08 0 0.65
HSL 196.8º 0.16% 0.3% -
HSV(B) 196.8º 0.28% 0.35% -
XYZ 6.93 7.85 10.6 -
YUV 77.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 64 82 89 0.28 0.08 0 0.65 196.8 0.16 0.3
Hex 40 52 59 1C 8 0 41 C5 10 1E
Octal 100 122 131 34 10 0 101 305 20 36
Binary 1000000 1010010 1011001 11100 1000 0 1000001 11000101 10000 11110

Color Harmonies of #405259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405259

Black with #405259

Text Example


Text Example

White with #405259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405259; }

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

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

background-color css

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

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

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

border-color css

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

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

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