Html Css Color HEX #424C53 Atomic

📋 copy color: '#424C53'

red 66 ◦ green 76 ◦ blue 83

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

Shades of Atomic #424C53

Tints of Atomic #424C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 29.33%
G = 33.78%
B = 36.89%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424C53 (or 0x424C53) is known color: Atomic. HEX triplet: 42, 4C and 53. RGB value is (66,76,83). Sum of RGB (Red+Green+Blue) = 66+76+83=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 83 - color contains mainly: blue. Hex color #424C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C53 is #BDB3AC. Grayscale: #494949. Windows color (decimal): -12432301 or 5459010. OLE color: 5459010.

HSL color Cylindrical-coordinate representation of color #424C53: hue angle of 204.71º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424C53 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 76 83 -
CMYK 0.20 0.08 0 0.67
HSL 204.71º 0.11% 0.29% -
HSV(B) 204.71º 0.2% 0.33% -
XYZ 6.39 6.95 9.19 -
YUV 73.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 66 76 83 0.20 0.08 0 0.67 204.71 0.11 0.29
Hex 42 4C 53 14 8 0 43 CD B 1D
Octal 102 114 123 24 10 0 103 315 13 35
Binary 1000010 1001100 1010011 10100 1000 0 1000011 11001101 1011 11101

Color Harmonies of #424C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C53

Black with #424C53

Text Example


Text Example

White with #424C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424C53; }

 p { color: rgb(66,76,83); }

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

background-color css

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

 a { background-color: rgb(66,76,83); }

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

border-color css

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

 span { border-color: rgb(66,76,83); }

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