Html Css Color HEX #52436D Meteorite

📋 copy color: '#52436D'

red 82 ◦ green 67 ◦ blue 109

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

Shades of Meteorite #52436D

Tints of Meteorite #52436D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 31.78%
G = 25.97%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52436D (or 0x52436D) is known color: Meteorite. HEX triplet: 52, 43 and 6D. RGB value is (82,67,109). Sum of RGB (Red+Green+Blue) = 82+67+109=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #52436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436D is #ADBC92. Grayscale: #4C4C4C. Windows color (decimal): -11386003 or 7160658. OLE color: 7160658.

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

Color convert

RGB 82 67 109 -
CMYK 0.25 0.39 0 0.57
HSL 261.43º 0.24% 0.35% -
HSV(B) 261.43º 0.39% 0.43% -
XYZ 8.25 6.91 15.37 -
YUV 76.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 82 67 109 0.25 0.39 0 0.57 261.43 0.24 0.35
Hex 52 43 6D 19 27 0 39 105 18 23
Octal 122 103 155 31 47 0 71 405 30 43
Binary 1010010 1000011 1101101 11001 100111 0 111001 100000101 11000 100011

Color Harmonies of #52436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52436D

Black with #52436D

Text Example


Text Example

White with #52436D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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