Html Css Color HEX #52456B Meteorite

📋 copy color: '#52456B'

red 82 ◦ green 69 ◦ blue 107

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

Shades of Meteorite #52456B

Tints of Meteorite #52456B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 31.78%
G = 26.74%
B = 41.47%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52456B (or 0x52456B) is known color: Meteorite. HEX triplet: 52, 45 and 6B. RGB value is (82,69,107). Sum of RGB (Red+Green+Blue) = 82+69+107=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #52456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52456B is #ADBA94. Grayscale: #4D4D4D. Windows color (decimal): -11385493 or 7030098. OLE color: 7030098.

HSL color Cylindrical-coordinate representation of color #52456B: hue angle of 260.53º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52456B is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 69 107 -
CMYK 0.23 0.36 0 0.58
HSL 260.53º 0.22% 0.35% -
HSV(B) 260.53º 0.36% 0.42% -
XYZ 8.26 7.11 14.85 -
YUV 77.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 82 69 107 0.23 0.36 0 0.58 260.53 0.22 0.35
Hex 52 45 6B 17 24 0 3A 105 16 23
Octal 122 105 153 27 44 0 72 405 26 43
Binary 1010010 1000101 1101011 10111 100100 0 111010 100000101 10110 100011

Color Harmonies of #52456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52456B

Black with #52456B

Text Example


Text Example

White with #52456B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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