Html Css Color HEX #524D77 Victoria

📋 copy color: '#524D77'

red 82 ◦ green 77 ◦ blue 119

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

Shades of Victoria #524D77

Tints of Victoria #524D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

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

R = 29.5%
G = 27.7%
B = 42.81%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524D77 (or 0x524D77) is known color: Victoria. HEX triplet: 52, 4D and 77. RGB value is (82,77,119). Sum of RGB (Red+Green+Blue) = 82+77+119=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #524D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D77 is #ADB288. Grayscale: #535353. Windows color (decimal): -11383433 or 7818578. OLE color: 7818578.

HSL color Cylindrical-coordinate representation of color #524D77: hue angle of 247.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524D77 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 77 119 -
CMYK 0.31 0.35 0 0.53
HSL 247.14º 0.21% 0.38% -
HSV(B) 247.14º 0.35% 0.47% -
XYZ 9.46 8.43 18.58 -
YUV 83.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 82 77 119 0.31 0.35 0 0.53 247.14 0.21 0.38
Hex 52 4D 77 1F 23 0 35 F7 15 26
Octal 122 115 167 37 43 0 65 367 25 46
Binary 1010010 1001101 1110111 11111 100011 0 110101 11110111 10101 100110

Color Harmonies of #524D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D77

Black with #524D77

Text Example


Text Example

White with #524D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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