Html Css Color HEX #52426F Meteorite

📋 copy color: '#52426F'

red 82 ◦ green 66 ◦ blue 111

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

Shades of Meteorite #52426F

Tints of Meteorite #52426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 31.66%
G = 25.48%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52426F (or 0x52426F) is known color: Meteorite. HEX triplet: 52, 42 and 6F. RGB value is (82,66,111). Sum of RGB (Red+Green+Blue) = 82+66+111=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #52426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52426F is #ADBD90. Grayscale: #4B4B4B. Windows color (decimal): -11386257 or 7291474. OLE color: 7291474.

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

Color convert

RGB 82 66 111 -
CMYK 0.26 0.41 0 0.56
HSL 261.33º 0.25% 0.35% -
HSV(B) 261.33º 0.41% 0.44% -
XYZ 8.3 6.84 15.92 -
YUV 75.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 82 66 111 0.26 0.41 0 0.56 261.33 0.25 0.35
Hex 52 42 6F 1A 29 0 38 105 19 23
Octal 122 102 157 32 51 0 70 405 31 43
Binary 1010010 1000010 1101111 11010 101001 0 111000 100000101 11001 100011

Color Harmonies of #52426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52426F

Black with #52426F

Text Example


Text Example

White with #52426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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