Html Css Color HEX #575190 Victoria

📋 copy color: '#575190'

red 87 ◦ green 81 ◦ blue 144

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

Shades of Victoria #575190

Tints of Victoria #575190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 27.88%
G = 25.96%
B = 46.15%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#575190 (or 0x575190) is known color: Victoria. HEX triplet: 57, 51 and 90. RGB value is (87,81,144). Sum of RGB (Red+Green+Blue) = 87+81+144=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #575190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575190 is #A8AE6F. Grayscale: #595959. Windows color (decimal): -11054704 or 9458007. OLE color: 9458007.

HSL color Cylindrical-coordinate representation of color #575190: hue angle of 245.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575190 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 81 144 -
CMYK 0.40 0.44 0 0.44
HSL 245.71º 0.28% 0.44% -
HSV(B) 245.71º 0.44% 0.56% -
XYZ 11.91 9.92 27.67 -
YUV 89.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 87 81 144 0.40 0.44 0 0.44 245.71 0.28 0.44
Hex 57 51 90 28 2C 0 2C F6 1C 2C
Octal 127 121 220 50 54 0 54 366 34 54
Binary 1010111 1010001 10010000 101000 101100 0 101100 11110110 11100 101100

Color Harmonies of #575190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575190

Black with #575190

Text Example


Text Example

White with #575190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575190; }

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

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

background-color css

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

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

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

border-color css

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

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

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