Html Css Color HEX #524177 Meteorite

📋 copy color: '#524177'

red 82 ◦ green 65 ◦ blue 119

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

Shades of Meteorite #524177

Tints of Meteorite #524177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 30.83%
G = 24.44%
B = 44.74%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524177 (or 0x524177) is known color: Meteorite. HEX triplet: 52, 41 and 77. RGB value is (82,65,119). Sum of RGB (Red+Green+Blue) = 82+65+119=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #524177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524177 is #ADBE88. Grayscale: #4C4C4C. Windows color (decimal): -11386505 or 7815506. OLE color: 7815506.

HSL color Cylindrical-coordinate representation of color #524177: hue angle of 258.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524177 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 65 119 -
CMYK 0.31 0.45 0 0.53
HSL 258.89º 0.29% 0.36% -
HSV(B) 258.89º 0.45% 0.47% -
XYZ 8.7 6.91 18.33 -
YUV 76.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 82 65 119 0.31 0.45 0 0.53 258.89 0.29 0.36
Hex 52 41 77 1F 2D 0 35 103 1D 24
Octal 122 101 167 37 55 0 65 403 35 44
Binary 1010010 1000001 1110111 11111 101101 0 110101 100000011 11101 100100

Color Harmonies of #524177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524177

Black with #524177

Text Example


Text Example

White with #524177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524177; }

 p { color: rgb(82,65,119); }

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

background-color css

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

 a { background-color: rgb(82,65,119); }

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

border-color css

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

 span { border-color: rgb(82,65,119); }

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