Html Css Color HEX #575184 Victoria

📋 copy color: '#575184'

red 87 ◦ green 81 ◦ blue 132

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

Shades of Victoria #575184

Tints of Victoria #575184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 29%
G = 27%
B = 44%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575184 (or 0x575184) is known color: Victoria. HEX triplet: 57, 51 and 84. RGB value is (87,81,132). Sum of RGB (Red+Green+Blue) = 87+81+132=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #575184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575184 is #A8AE7B. Grayscale: #585858. Windows color (decimal): -11054716 or 8671575. OLE color: 8671575.

HSL color Cylindrical-coordinate representation of color #575184: hue angle of 247.06º 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 #575184 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 81 132 -
CMYK 0.34 0.39 0 0.48
HSL 247.06º 0.24% 0.42% -
HSV(B) 247.06º 0.39% 0.52% -
XYZ 11.04 9.58 23.1 -
YUV 88.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 87 81 132 0.34 0.39 0 0.48 247.06 0.24 0.42
Hex 57 51 84 22 27 0 30 F7 18 2A
Octal 127 121 204 42 47 0 60 367 30 52
Binary 1010111 1010001 10000100 100010 100111 0 110000 11110111 11000 101010

Color Harmonies of #575184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575184

Black with #575184

Text Example


Text Example

White with #575184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575184; }

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

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

background-color css

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

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

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

border-color css

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

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

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