#425056

Color #425056 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #425056

Tints of Atomic #425056

Color information

#425056 (or 0x425056) is unknown color: approx Atomic. HEX triplet: 42, 50 and 56. RGB value is (66,80,86). Sum of RGB (Red+Green+Blue) = 66+80+86=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #425056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425056 is #BDAFA9. Grayscale: #4C4C4C. Windows color (decimal): -12431274 or 5656642. OLE color: 5656642.

HSL color Cylindrical-coordinate representation of color #425056: hue angle of 198º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #425056 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB668086-
CMYK0.230.0700.66
HSL198º13.16%29.8%-
HSV(B)198º23.26%33.73%-
XYZ6.87.579.91-
YUV76.5133.36120.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=28.45%
G=34.48%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6680860.230.0700.6619813.1629.8
Hex425056177042c6d1e
Octal10212012627701023061536
Binary100001010100001010110101111110100001011000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425056; }

 p { color: rgb(66,80,86); }

 H1.HeaderClassName
 {
   color: #425056;
 }
 .AnyTagClassName
 {
   color: #425056;
 }
</style>
background-color css

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

 a { background-color: rgb(66,80,86); }

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

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

 span { border-color: rgb(66,80,86); }

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