Html Css Color HEX #575178 Victoria

📋 copy color: '#575178'

red 87 ◦ green 81 ◦ blue 120

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

Shades of Victoria #575178

Tints of Victoria #575178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 30.21%
G = 28.13%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575178 (or 0x575178) is known color: Victoria. HEX triplet: 57, 51 and 78. RGB value is (87,81,120). Sum of RGB (Red+Green+Blue) = 87+81+120=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #575178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575178 is #A8AE87. Grayscale: #575757. Windows color (decimal): -11054728 or 7885143. OLE color: 7885143.

HSL color Cylindrical-coordinate representation of color #575178: hue angle of 249.23º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575178 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 81 120 -
CMYK 0.28 0.32 0 0.53
HSL 249.23º 0.19% 0.39% -
HSV(B) 249.23º 0.33% 0.47% -
XYZ 10.26 9.27 19.02 -
YUV 87.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 87 81 120 0.28 0.32 0 0.53 249.23 0.19 0.39
Hex 57 51 78 1C 20 0 35 F9 13 27
Octal 127 121 170 34 40 0 65 371 23 47
Binary 1010111 1010001 1111000 11100 100000 0 110101 11111001 10011 100111

Color Harmonies of #575178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575178

Black with #575178

Text Example


Text Example

White with #575178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575178; }

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

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

background-color css

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

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

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

border-color css

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

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

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