Html Css Color HEX #425056 Atomic

📋 copy color: '#425056'

red 66 ◦ green 80 ◦ blue 86

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

Shades of Atomic #425056

Tints of Atomic #425056

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 value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#425056 (or 0x425056) is known color: 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

RGB 66 80 86 -
CMYK 0.23 0.07 0 0.66
HSL 198º 0.13% 0.3% -
HSV(B) 198º 0.23% 0.34% -
XYZ 6.8 7.57 9.91 -
YUV 76.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 66 80 86 0.23 0.07 0 0.66 198 0.13 0.3
Hex 42 50 56 17 7 0 42 C6 D 1E
Octal 102 120 126 27 7 0 102 306 15 36
Binary 1000010 1010000 1010110 10111 111 0 1000010 11000110 1101 11110

Color Harmonies of #425056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425056

Black with #425056

Text Example


Text Example

White with #425056

Text Example


Text Example

HTML Codes & Css Web 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>