Html Css Color HEX #52456D Meteorite

📋 copy color: '#52456D'

red 82 ◦ green 69 ◦ blue 109

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

Shades of Meteorite #52456D

Tints of Meteorite #52456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 31.54%
G = 26.54%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52456D (or 0x52456D) is known color: Meteorite. HEX triplet: 52, 45 and 6D. RGB value is (82,69,109). Sum of RGB (Red+Green+Blue) = 82+69+109=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #52456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52456D is #ADBA92. Grayscale: #4D4D4D. Windows color (decimal): -11385491 or 7161170. OLE color: 7161170.

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

Color convert

RGB 82 69 109 -
CMYK 0.25 0.37 0 0.57
HSL 259.5º 0.22% 0.35% -
HSV(B) 259.5º 0.37% 0.43% -
XYZ 8.37 7.15 15.41 -
YUV 77.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 82 69 109 0.25 0.37 0 0.57 259.5 0.22 0.35
Hex 52 45 6D 19 25 0 39 104 16 23
Octal 122 105 155 31 45 0 71 404 26 43
Binary 1010010 1000101 1101101 11001 100101 0 111001 100000100 10110 100011

Color Harmonies of #52456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52456D

Black with #52456D

Text Example


Text Example

White with #52456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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