Html Css Color HEX #575284 Victoria

📋 copy color: '#575284'

red 87 ◦ green 82 ◦ blue 132

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

Shades of Victoria #575284

Tints of Victoria #575284

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 28.9%
G = 27.24%
B = 43.85%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575284 (or 0x575284) is known color: Victoria. HEX triplet: 57, 52 and 84. RGB value is (87,82,132). Sum of RGB (Red+Green+Blue) = 87+82+132=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #575284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575284 is #A8AD7B. Grayscale: #585858. Windows color (decimal): -11054460 or 8671831. OLE color: 8671831.

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

Color convert

RGB 87 82 132 -
CMYK 0.34 0.38 0 0.48
HSL 246º 0.23% 0.42% -
HSV(B) 246º 0.38% 0.52% -
XYZ 11.11 9.73 23.12 -
YUV 89.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 87 82 132 0.34 0.38 0 0.48 246 0.23 0.42
Hex 57 52 84 22 26 0 30 F6 17 2A
Octal 127 122 204 42 46 0 60 366 27 52
Binary 1010111 1010010 10000100 100010 100110 0 110000 11110110 10111 101010

Color Harmonies of #575284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575284

Black with #575284

Text Example


Text Example

White with #575284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575284; }

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

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

background-color css

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

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

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

border-color css

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

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

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