Html Css Color HEX #405059 Atomic

📋 copy color: '#405059'

red 64 ◦ green 80 ◦ blue 89

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

Shades of Atomic #405059

Tints of Atomic #405059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 27.47%
G = 34.33%
B = 38.2%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405059 (or 0x405059) is known color: Atomic. HEX triplet: 40, 50 and 59. RGB value is (64,80,89). Sum of RGB (Red+Green+Blue) = 64+80+89=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #405059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405059 is #BFAFA6. Grayscale: #4C4C4C. Windows color (decimal): -12562343 or 5853248. OLE color: 5853248.

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

Color convert

RGB 64 80 89 -
CMYK 0.28 0.10 0 0.65
HSL 201.6º 0.16% 0.3% -
HSV(B) 201.6º 0.28% 0.35% -
XYZ 6.79 7.55 10.55 -
YUV 76.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 64 80 89 0.28 0.10 0 0.65 201.6 0.16 0.3
Hex 40 50 59 1C A 0 41 CA 10 1E
Octal 100 120 131 34 12 0 101 312 20 36
Binary 1000000 1010000 1011001 11100 1010 0 1000001 11001010 10000 11110

Color Harmonies of #405059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405059

Black with #405059

Text Example


Text Example

White with #405059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405059; }

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

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

background-color css

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

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

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

border-color css

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

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

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