Html Css Color HEX #52466C Meteorite

📋 copy color: '#52466C'

red 82 ◦ green 70 ◦ blue 108

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

Shades of Meteorite #52466C

Tints of Meteorite #52466C

RGB

 RED value IS 82 (32.42% from 255) = 31.54%

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 31.54%
G = 26.92%
B = 41.54%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52466C (or 0x52466C) is known color: Meteorite. HEX triplet: 52, 46 and 6C. RGB value is (82,70,108). Sum of RGB (Red+Green+Blue) = 82+70+108=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #52466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52466C is #ADB993. Grayscale: #4D4D4D. Windows color (decimal): -11385236 or 7095890. OLE color: 7095890.

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

Color convert

RGB 82 70 108 -
CMYK 0.24 0.35 0 0.58
HSL 258.95º 0.21% 0.35% -
HSV(B) 258.95º 0.35% 0.42% -
XYZ 8.38 7.26 15.15 -
YUV 77.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 82 70 108 0.24 0.35 0 0.58 258.95 0.21 0.35
Hex 52 46 6C 18 23 0 3A 103 15 23
Octal 122 106 154 30 43 0 72 403 25 43
Binary 1010010 1000110 1101100 11000 100011 0 111010 100000011 10101 100011

Color Harmonies of #52466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52466C

Black with #52466C

Text Example


Text Example

White with #52466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,70,108); }

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

background-color css

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

 a { background-color: rgb(82,70,108); }

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

border-color css

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

 span { border-color: rgb(82,70,108); }

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