Html Css Color HEX #525177 Victoria

📋 copy color: '#525177'

red 82 ◦ green 81 ◦ blue 119

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

Shades of Victoria #525177

Tints of Victoria #525177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 29.08%
G = 28.72%
B = 42.2%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#525177 (or 0x525177) is known color: Victoria. HEX triplet: 52, 51 and 77. RGB value is (82,81,119). Sum of RGB (Red+Green+Blue) = 82+81+119=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #525177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525177 is #ADAE88. Grayscale: #555555. Windows color (decimal): -11382409 or 7819602. OLE color: 7819602.

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

Color convert

RGB 82 81 119 -
CMYK 0.31 0.32 0 0.53
HSL 241.58º 0.19% 0.39% -
HSV(B) 241.58º 0.32% 0.47% -
XYZ 9.75 9.01 18.68 -
YUV 85.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 82 81 119 0.31 0.32 0 0.53 241.58 0.19 0.39
Hex 52 51 77 1F 20 0 35 F2 13 27
Octal 122 121 167 37 40 0 65 362 23 47
Binary 1010010 1010001 1110111 11111 100000 0 110101 11110010 10011 100111

Color Harmonies of #525177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525177

Black with #525177

Text Example


Text Example

White with #525177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525177; }

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

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

background-color css

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

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

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

border-color css

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

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

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