Html Css Color HEX #52466B Meteorite

📋 copy color: '#52466B'

red 82 ◦ green 70 ◦ blue 107

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

Shades of Meteorite #52466B

Tints of Meteorite #52466B

RGB

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

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

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

R = 31.66%
G = 27.03%
B = 41.31%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52466B (or 0x52466B) is known color: Meteorite. HEX triplet: 52, 46 and 6B. RGB value is (82,70,107). Sum of RGB (Red+Green+Blue) = 82+70+107=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #52466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52466B is #ADB994. Grayscale: #4D4D4D. Windows color (decimal): -11385237 or 7030354. OLE color: 7030354.

HSL color Cylindrical-coordinate representation of color #52466B: hue angle of 259.46º 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 #52466B is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 70 107 -
CMYK 0.23 0.35 0 0.58
HSL 259.46º 0.21% 0.35% -
HSV(B) 259.46º 0.35% 0.42% -
XYZ 8.32 7.24 14.87 -
YUV 77.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 82 70 107 0.23 0.35 0 0.58 259.46 0.21 0.35
Hex 52 46 6B 17 23 0 3A 103 15 23
Octal 122 106 153 27 43 0 72 403 25 43
Binary 1010010 1000110 1101011 10111 100011 0 111010 100000011 10101 100011

Color Harmonies of #52466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52466B

Black with #52466B

Text Example


Text Example

White with #52466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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