Html Css Color HEX #53426A Meteorite

📋 copy color: '#53426A'

red 83 ◦ green 66 ◦ blue 106

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

Shades of Meteorite #53426A

Tints of Meteorite #53426A

RGB

 RED value IS 83 (32.81% from 255) = 32.55%

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 32.55%
G = 25.88%
B = 41.57%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53426A (or 0x53426A) is known color: Meteorite. HEX triplet: 53, 42 and 6A. RGB value is (83,66,106). Sum of RGB (Red+Green+Blue) = 83+66+106=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #53426A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53426A is #ACBD95. Grayscale: #4B4B4B. Windows color (decimal): -11320726 or 6963795. OLE color: 6963795.

HSL color Cylindrical-coordinate representation of color #53426A: hue angle of 265.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53426A is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 66 106 -
CMYK 0.22 0.38 0 0.58
HSL 265.5º 0.23% 0.34% -
HSV(B) 265.5º 0.38% 0.42% -
XYZ 8.12 6.78 14.52 -
YUV 75.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 83 66 106 0.22 0.38 0 0.58 265.5 0.23 0.34
Hex 53 42 6A 16 26 0 3A 10A 17 22
Octal 123 102 152 26 46 0 72 412 27 42
Binary 1010011 1000010 1101010 10110 100110 0 111010 100001010 10111 100010

Color Harmonies of #53426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53426A

Black with #53426A

Text Example


Text Example

White with #53426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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