Html Css Color HEX #53426B Meteorite

📋 copy color: '#53426B'

red 83 ◦ green 66 ◦ blue 107

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

Shades of Meteorite #53426B

Tints of Meteorite #53426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 32.42%
G = 25.78%
B = 41.8%

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

#53426B (or 0x53426B) is known color: Meteorite. HEX triplet: 53, 42 and 6B. RGB value is (83,66,107). Sum of RGB (Red+Green+Blue) = 83+66+107=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #53426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53426B is #ACBD94. Grayscale: #4B4B4B. Windows color (decimal): -11320725 or 7029331. OLE color: 7029331.

HSL color Cylindrical-coordinate representation of color #53426B: hue angle of 264.88º degrees, saturation: 0.24, 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 #53426B is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 66 107 -
CMYK 0.22 0.38 0 0.58
HSL 264.88º 0.24% 0.34% -
HSV(B) 264.88º 0.38% 0.42% -
XYZ 8.17 6.8 14.79 -
YUV 75.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 83 66 107 0.22 0.38 0 0.58 264.88 0.24 0.34
Hex 53 42 6B 16 26 0 3A 109 18 22
Octal 123 102 153 26 46 0 72 411 30 42
Binary 1010011 1000010 1101011 10110 100110 0 111010 100001001 11000 100010

Color Harmonies of #53426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53426B

Black with #53426B

Text Example


Text Example

White with #53426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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