Html Css Color HEX #575080 Victoria

📋 copy color: '#575080'

red 87 ◦ green 80 ◦ blue 128

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

Shades of Victoria #575080

Tints of Victoria #575080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 29.49%
G = 27.12%
B = 43.39%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575080 (or 0x575080) is known color: Victoria. HEX triplet: 57, 50 and 80. RGB value is (87,80,128). Sum of RGB (Red+Green+Blue) = 87+80+128=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #575080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575080 is #A8AF7F. Grayscale: #575757. Windows color (decimal): -11054976 or 8409175. OLE color: 8409175.

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

Color convert

RGB 87 80 128 -
CMYK 0.32 0.38 0 0.50
HSL 248.75º 0.23% 0.41% -
HSV(B) 248.75º 0.38% 0.5% -
XYZ 10.7 9.32 21.66 -
YUV 87.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 87 80 128 0.32 0.38 0 0.50 248.75 0.23 0.41
Hex 57 50 80 20 26 0 32 F9 17 29
Octal 127 120 200 40 46 0 62 371 27 51
Binary 1010111 1010000 10000000 100000 100110 0 110010 11111001 10111 101001

Color Harmonies of #575080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575080

Black with #575080

Text Example


Text Example

White with #575080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575080; }

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

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

background-color css

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

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

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

border-color css

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

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

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