Html Css Color HEX #425058 Atomic

📋 copy color: '#425058'

red 66 ◦ green 80 ◦ blue 88

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

Shades of Atomic #425058

Tints of Atomic #425058

RGB

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

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

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

R = 28.21%
G = 34.19%
B = 37.61%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#425058 (or 0x425058) is known color: Atomic. HEX triplet: 42, 50 and 58. RGB value is (66,80,88). Sum of RGB (Red+Green+Blue) = 66+80+88=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #425058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425058 is #BDAFA7. Grayscale: #4C4C4C. Windows color (decimal): -12431272 or 5787714. OLE color: 5787714.

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

Color convert

RGB 66 80 88 -
CMYK 0.25 0.09 0 0.65
HSL 201.82º 0.14% 0.3% -
HSV(B) 201.82º 0.25% 0.35% -
XYZ 6.88 7.6 10.34 -
YUV 76.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 66 80 88 0.25 0.09 0 0.65 201.82 0.14 0.3
Hex 42 50 58 19 9 0 41 CA E 1E
Octal 102 120 130 31 11 0 101 312 16 36
Binary 1000010 1010000 1011000 11001 1001 0 1000001 11001010 1110 11110

Color Harmonies of #425058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425058

Black with #425058

Text Example


Text Example

White with #425058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425058; }

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

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

background-color css

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

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

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

border-color css

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

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

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