Html Css Color HEX #52436F Meteorite

📋 copy color: '#52436F'

red 82 ◦ green 67 ◦ blue 111

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

Shades of Meteorite #52436F

Tints of Meteorite #52436F

RGB

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

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

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

R = 31.54%
G = 25.77%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52436F (or 0x52436F) is known color: Meteorite. HEX triplet: 52, 43 and 6F. RGB value is (82,67,111). Sum of RGB (Red+Green+Blue) = 82+67+111=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #52436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52436F is #ADBC90. Grayscale: #4C4C4C. Windows color (decimal): -11386001 or 7291730. OLE color: 7291730.

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

Color convert

RGB 82 67 111 -
CMYK 0.26 0.40 0 0.56
HSL 260.45º 0.25% 0.35% -
HSV(B) 260.45º 0.4% 0.44% -
XYZ 8.36 6.96 15.94 -
YUV 76.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 82 67 111 0.26 0.40 0 0.56 260.45 0.25 0.35
Hex 52 43 6F 1A 28 0 38 104 19 23
Octal 122 103 157 32 50 0 70 404 31 43
Binary 1010010 1000011 1101111 11010 101000 0 111000 100000100 11001 100011

Color Harmonies of #52436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52436F

Black with #52436F

Text Example


Text Example

White with #52436F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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