Html Css Color HEX #575480 Victoria

📋 copy color: '#575480'

red 87 ◦ green 84 ◦ blue 128

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

Shades of Victoria #575480

Tints of Victoria #575480

RGB

 RED value IS 87 (34.38% from 255) = 29.1%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 29.1%
G = 28.09%
B = 42.81%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575480 (or 0x575480) is known color: Victoria. HEX triplet: 57, 54 and 80. RGB value is (87,84,128). Sum of RGB (Red+Green+Blue) = 87+84+128=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #575480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575480 is #A8AB7F. Grayscale: #595959. Windows color (decimal): -11053952 or 8410199. OLE color: 8410199.

HSL color Cylindrical-coordinate representation of color #575480: hue angle of 244.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575480 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 84 128 -
CMYK 0.32 0.34 0 0.50
HSL 244.09º 0.21% 0.42% -
HSV(B) 244.09º 0.34% 0.5% -
XYZ 11 9.93 21.76 -
YUV 89.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 87 84 128 0.32 0.34 0 0.50 244.09 0.21 0.42
Hex 57 54 80 20 22 0 32 F4 15 2A
Octal 127 124 200 40 42 0 62 364 25 52
Binary 1010111 1010100 10000000 100000 100010 0 110010 11110100 10101 101010

Color Harmonies of #575480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575480

Black with #575480

Text Example


Text Example

White with #575480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575480; }

 p { color: rgb(87,84,128); }

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

background-color css

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

 a { background-color: rgb(87,84,128); }

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

border-color css

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

 span { border-color: rgb(87,84,128); }

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