Html Css Color HEX #575185 Victoria

📋 copy color: '#575185'

red 87 ◦ green 81 ◦ blue 133

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

Shades of Victoria #575185

Tints of Victoria #575185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 28.9%
G = 26.91%
B = 44.19%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575185 (or 0x575185) is known color: Victoria. HEX triplet: 57, 51 and 85. RGB value is (87,81,133). Sum of RGB (Red+Green+Blue) = 87+81+133=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #575185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575185 is #A8AE7A. Grayscale: #585858. Windows color (decimal): -11054715 or 8737111. OLE color: 8737111.

HSL color Cylindrical-coordinate representation of color #575185: hue angle of 246.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575185 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 81 133 -
CMYK 0.35 0.39 0 0.48
HSL 246.92º 0.24% 0.42% -
HSV(B) 246.92º 0.39% 0.52% -
XYZ 11.11 9.6 23.46 -
YUV 88.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 87 81 133 0.35 0.39 0 0.48 246.92 0.24 0.42
Hex 57 51 85 23 27 0 30 F7 18 2A
Octal 127 121 205 43 47 0 60 367 30 52
Binary 1010111 1010001 10000101 100011 100111 0 110000 11110111 11000 101010

Color Harmonies of #575185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575185

Black with #575185

Text Example


Text Example

White with #575185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575185; }

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

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

background-color css

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

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

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

border-color css

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

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

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