Html Css Color HEX #575180 Victoria

📋 copy color: '#575180'

red 87 ◦ green 81 ◦ blue 128

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

Shades of Victoria #575180

Tints of Victoria #575180

RGB

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

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

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

R = 29.39%
G = 27.36%
B = 43.24%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575180 (or 0x575180) is known color: Victoria. HEX triplet: 57, 51 and 80. RGB value is (87,81,128). Sum of RGB (Red+Green+Blue) = 87+81+128=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #575180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575180 is #A8AE7F. Grayscale: #575757. Windows color (decimal): -11054720 or 8409431. OLE color: 8409431.

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

Color convert

RGB 87 81 128 -
CMYK 0.32 0.37 0 0.50
HSL 247.66º 0.22% 0.41% -
HSV(B) 247.66º 0.37% 0.5% -
XYZ 10.77 9.47 21.68 -
YUV 88.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 87 81 128 0.32 0.37 0 0.50 247.66 0.22 0.41
Hex 57 51 80 20 25 0 32 F8 16 29
Octal 127 121 200 40 45 0 62 370 26 51
Binary 1010111 1010001 10000000 100000 100101 0 110010 11111000 10110 101001

Color Harmonies of #575180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575180

Black with #575180

Text Example


Text Example

White with #575180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575180; }

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

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

background-color css

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

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

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

border-color css

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

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

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