Html Css Color HEX #405058 Atomic

📋 copy color: '#405058'

red 64 ◦ green 80 ◦ blue 88

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

Shades of Atomic #405058

Tints of Atomic #405058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 27.59%
G = 34.48%
B = 37.93%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405058 (or 0x405058) is known color: Atomic. HEX triplet: 40, 50 and 58. RGB value is (64,80,88). Sum of RGB (Red+Green+Blue) = 64+80+88=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #405058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405058 is #BFAFA7. Grayscale: #4C4C4C. Windows color (decimal): -12562344 or 5787712. OLE color: 5787712.

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

Color convert

RGB 64 80 88 -
CMYK 0.27 0.09 0 0.65
HSL 200º 0.16% 0.3% -
HSV(B) 200º 0.27% 0.35% -
XYZ 6.74 7.53 10.33 -
YUV 76.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 64 80 88 0.27 0.09 0 0.65 200 0.16 0.3
Hex 40 50 58 1B 9 0 41 C8 10 1E
Octal 100 120 130 33 11 0 101 310 20 36
Binary 1000000 1010000 1011000 11011 1001 0 1000001 11001000 10000 11110

Color Harmonies of #405058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405058

Black with #405058

Text Example


Text Example

White with #405058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405058; }

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

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

background-color css

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

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

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

border-color css

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

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

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