Html Css Color HEX #424553 Blue Zodiac

📋 copy color: '#424553'

red 66 ◦ green 69 ◦ blue 83

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

Shades of Blue Zodiac #424553

Tints of Blue Zodiac #424553

RGB

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

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

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

R = 30.28%
G = 31.65%
B = 38.07%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424553 (or 0x424553) is known color: Blue Zodiac. HEX triplet: 42, 45 and 53. RGB value is (66,69,83). Sum of RGB (Red+Green+Blue) = 66+69+83=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #424553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424553 is #BDBAAC. Grayscale: #454545. Windows color (decimal): -12434093 or 5457218. OLE color: 5457218.

HSL color Cylindrical-coordinate representation of color #424553: hue angle of 229.41º 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 #424553 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 69 83 -
CMYK 0.20 0.17 0 0.67
HSL 229.41º 0.11% 0.29% -
HSV(B) 229.41º 0.2% 0.33% -
XYZ 5.94 6.04 9.04 -
YUV 69.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 66 69 83 0.20 0.17 0 0.67 229.41 0.11 0.29
Hex 42 45 53 14 11 0 43 E5 B 1D
Octal 102 105 123 24 21 0 103 345 13 35
Binary 1000010 1000101 1010011 10100 10001 0 1000011 11100101 1011 11101

Color Harmonies of #424553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424553

Black with #424553

Text Example


Text Example

White with #424553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424553; }

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

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

background-color css

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

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

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

border-color css

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

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

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