Html Css Color HEX #424552 Blue Zodiac

📋 copy color: '#424552'

red 66 ◦ green 69 ◦ blue 82

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

Shades of Blue Zodiac #424552

Tints of Blue Zodiac #424552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 30.41%
G = 31.8%
B = 37.79%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424552 (or 0x424552) is known color: Blue Zodiac. HEX triplet: 42, 45 and 52. RGB value is (66,69,82). Sum of RGB (Red+Green+Blue) = 66+69+82=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #424552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424552 is #BDBAAD. Grayscale: #454545. Windows color (decimal): -12434094 or 5391682. OLE color: 5391682.

HSL color Cylindrical-coordinate representation of color #424552: hue angle of 228.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424552 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 69 82 -
CMYK 0.20 0.16 0 0.68
HSL 228.75º 0.11% 0.29% -
HSV(B) 228.75º 0.2% 0.32% -
XYZ 5.9 6.02 8.83 -
YUV 69.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 66 69 82 0.20 0.16 0 0.68 228.75 0.11 0.29
Hex 42 45 52 14 10 0 44 E5 B 1D
Octal 102 105 122 24 20 0 104 345 13 35
Binary 1000010 1000101 1010010 10100 10000 0 1000100 11100101 1011 11101

Color Harmonies of #424552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424552

Black with #424552

Text Example


Text Example

White with #424552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424552; }

 p { color: rgb(66,69,82); }

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

background-color css

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

 a { background-color: rgb(66,69,82); }

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

border-color css

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

 span { border-color: rgb(66,69,82); }

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