Html Css Color HEX #52446F Meteorite

📋 copy color: '#52446F'

red 82 ◦ green 68 ◦ blue 111

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

Shades of Meteorite #52446F

Tints of Meteorite #52446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 31.42%
G = 26.05%
B = 42.53%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52446F (or 0x52446F) is known color: Meteorite. HEX triplet: 52, 44 and 6F. RGB value is (82,68,111). Sum of RGB (Red+Green+Blue) = 82+68+111=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #52446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52446F is #ADBB90. Grayscale: #4C4C4C. Windows color (decimal): -11385745 or 7291986. OLE color: 7291986.

HSL color Cylindrical-coordinate representation of color #52446F: hue angle of 259.53º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52446F is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 68 111 -
CMYK 0.26 0.39 0 0.56
HSL 259.53º 0.24% 0.35% -
HSV(B) 259.53º 0.39% 0.44% -
XYZ 8.42 7.08 15.96 -
YUV 77.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 82 68 111 0.26 0.39 0 0.56 259.53 0.24 0.35
Hex 52 44 6F 1A 27 0 38 104 18 23
Octal 122 104 157 32 47 0 70 404 30 43
Binary 1010010 1000100 1101111 11010 100111 0 111000 100000100 11000 100011

Color Harmonies of #52446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52446F

Black with #52446F

Text Example


Text Example

White with #52446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52446F; }

 p { color: rgb(82,68,111); }

 H1.HeaderClassName
 {
   color: #52446F;
 }
 .AnyTagClassName
 {
   color: #52446F;
 }
</style>

background-color css

<style>
 a { background-color: #52446F; }

 a { background-color: rgb(82,68,111); }

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

border-color css

<style>
 span { border-color: #52446F; }

 span { border-color: rgb(82,68,111); }

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