Html Css Color HEX #52486D Meteorite

📋 copy color: '#52486D'

red 82 ◦ green 72 ◦ blue 109

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

Shades of Meteorite #52486D

Tints of Meteorite #52486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 31.18%
G = 27.38%
B = 41.44%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52486D (or 0x52486D) is known color: Meteorite. HEX triplet: 52, 48 and 6D. RGB value is (82,72,109). Sum of RGB (Red+Green+Blue) = 82+72+109=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #52486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52486D is #ADB792. Grayscale: #4F4F4F. Windows color (decimal): -11384723 or 7161938. OLE color: 7161938.

HSL color Cylindrical-coordinate representation of color #52486D: hue angle of 256.22º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52486D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 72 109 -
CMYK 0.25 0.34 0 0.57
HSL 256.22º 0.2% 0.35% -
HSV(B) 256.22º 0.34% 0.43% -
XYZ 8.56 7.53 15.47 -
YUV 79.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 82 72 109 0.25 0.34 0 0.57 256.22 0.2 0.35
Hex 52 48 6D 19 22 0 39 100 14 23
Octal 122 110 155 31 42 0 71 400 24 43
Binary 1010010 1001000 1101101 11001 100010 0 111001 100000000 10100 100011

Color Harmonies of #52486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52486D

Black with #52486D

Text Example


Text Example

White with #52486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52486D; }

 p { color: rgb(82,72,109); }

 H1.HeaderClassName
 {
   color: #52486D;
 }
 .AnyTagClassName
 {
   color: #52486D;
 }
</style>

background-color css

<style>
 a { background-color: #52486D; }

 a { background-color: rgb(82,72,109); }

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

border-color css

<style>
 span { border-color: #52486D; }

 span { border-color: rgb(82,72,109); }

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