Html Css Color HEX #53426C Meteorite

📋 copy color: '#53426C'

red 83 ◦ green 66 ◦ blue 108

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

Shades of Meteorite #53426C

Tints of Meteorite #53426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 32.3%
G = 25.68%
B = 42.02%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53426C (or 0x53426C) is known color: Meteorite. HEX triplet: 53, 42 and 6C. RGB value is (83,66,108). Sum of RGB (Red+Green+Blue) = 83+66+108=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #53426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53426C is #ACBD93. Grayscale: #4B4B4B. Windows color (decimal): -11320724 or 7094867. OLE color: 7094867.

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

Color convert

RGB 83 66 108 -
CMYK 0.23 0.39 0 0.58
HSL 264.29º 0.24% 0.34% -
HSV(B) 264.29º 0.39% 0.42% -
XYZ 8.22 6.82 15.07 -
YUV 75.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 83 66 108 0.23 0.39 0 0.58 264.29 0.24 0.34
Hex 53 42 6C 17 27 0 3A 108 18 22
Octal 123 102 154 27 47 0 72 410 30 42
Binary 1010011 1000010 1101100 10111 100111 0 111010 100001000 11000 100010

Color Harmonies of #53426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53426C

Black with #53426C

Text Example


Text Example

White with #53426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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