Html Css Color HEX #575580 Victoria

📋 copy color: '#575580'

red 87 ◦ green 85 ◦ blue 128

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

Shades of Victoria #575580

Tints of Victoria #575580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 29%
G = 28.33%
B = 42.67%

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

#575580 (or 0x575580) is known color: Victoria. HEX triplet: 57, 55 and 80. RGB value is (87,85,128). Sum of RGB (Red+Green+Blue) = 87+85+128=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #575580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575580 is #A8AA7F. Grayscale: #5A5A5A. Windows color (decimal): -11053696 or 8410455. OLE color: 8410455.

HSL color Cylindrical-coordinate representation of color #575580: hue angle of 242.79º degrees, saturation: 0.2, 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 #575580 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 85 128 -
CMYK 0.32 0.34 0 0.50
HSL 242.79º 0.2% 0.42% -
HSV(B) 242.79º 0.34% 0.5% -
XYZ 11.08 10.08 21.78 -
YUV 90.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 87 85 128 0.32 0.34 0 0.50 242.79 0.2 0.42
Hex 57 55 80 20 22 0 32 F3 14 2A
Octal 127 125 200 40 42 0 62 363 24 52
Binary 1010111 1010101 10000000 100000 100010 0 110010 11110011 10100 101010

Color Harmonies of #575580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575580

Black with #575580

Text Example


Text Example

White with #575580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575580; }

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

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

background-color css

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

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

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

border-color css

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

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

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