Html Css Color HEX #415059 Atomic

📋 copy color: '#415059'

red 65 ◦ green 80 ◦ blue 89

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

Shades of Atomic #415059

Tints of Atomic #415059

RGB

 RED value IS 65 (25.78% from 255) = 27.78%

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

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

R = 27.78%
G = 34.19%
B = 38.03%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#415059 (or 0x415059) is known color: Atomic. HEX triplet: 41, 50 and 59. RGB value is (65,80,89). Sum of RGB (Red+Green+Blue) = 65+80+89=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #415059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415059 is #BEAFA6. Grayscale: #4C4C4C. Windows color (decimal): -12496807 or 5853249. OLE color: 5853249.

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

Color convert

RGB 65 80 89 -
CMYK 0.27 0.10 0 0.65
HSL 202.5º 0.16% 0.3% -
HSV(B) 202.5º 0.27% 0.35% -
XYZ 6.85 7.58 10.55 -
YUV 76.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 65 80 89 0.27 0.10 0 0.65 202.5 0.16 0.3
Hex 41 50 59 1B A 0 41 CA 10 1E
Octal 101 120 131 33 12 0 101 312 20 36
Binary 1000001 1010000 1011001 11011 1010 0 1000001 11001010 10000 11110

Color Harmonies of #415059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415059

Black with #415059

Text Example


Text Example

White with #415059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415059; }

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

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

background-color css

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

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

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

border-color css

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

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

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