Html Css Color HEX #425057 Atomic

📋 copy color: '#425057'

red 66 ◦ green 80 ◦ blue 87

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

Shades of Atomic #425057

Tints of Atomic #425057

RGB

 RED value IS 66 (26.17% from 255) = 28.33%

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

 BLUE value IS 87 (34.38% from 255) = 37.34%

R = 28.33%
G = 34.33%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#425057 (or 0x425057) is known color: Atomic. HEX triplet: 42, 50 and 57. RGB value is (66,80,87). Sum of RGB (Red+Green+Blue) = 66+80+87=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #425057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425057 is #BDAFA8. Grayscale: #4C4C4C. Windows color (decimal): -12431273 or 5722178. OLE color: 5722178.

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

Color convert

RGB 66 80 87 -
CMYK 0.24 0.08 0 0.66
HSL 200º 0.14% 0.3% -
HSV(B) 200º 0.24% 0.34% -
XYZ 6.84 7.58 10.12 -
YUV 76.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 66 80 87 0.24 0.08 0 0.66 200 0.14 0.3
Hex 42 50 57 18 8 0 42 C8 E 1E
Octal 102 120 127 30 10 0 102 310 16 36
Binary 1000010 1010000 1010111 11000 1000 0 1000010 11001000 1110 11110

Color Harmonies of #425057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425057

Black with #425057

Text Example


Text Example

White with #425057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425057; }

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

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

background-color css

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

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

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

border-color css

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

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

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