Html Css Color HEX #575482 Victoria

📋 copy color: '#575482'

red 87 ◦ green 84 ◦ blue 130

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

Shades of Victoria #575482

Tints of Victoria #575482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 28.9%
G = 27.91%
B = 43.19%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575482 (or 0x575482) is known color: Victoria. HEX triplet: 57, 54 and 82. RGB value is (87,84,130). Sum of RGB (Red+Green+Blue) = 87+84+130=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #575482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575482 is #A8AB7D. Grayscale: #595959. Windows color (decimal): -11053950 or 8541271. OLE color: 8541271.

HSL color Cylindrical-coordinate representation of color #575482: hue angle of 243.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #575482 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 84 130 -
CMYK 0.33 0.35 0 0.49
HSL 243.91º 0.21% 0.42% -
HSV(B) 243.91º 0.35% 0.51% -
XYZ 11.13 9.98 22.46 -
YUV 90.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 87 84 130 0.33 0.35 0 0.49 243.91 0.21 0.42
Hex 57 54 82 21 23 0 31 F4 15 2A
Octal 127 124 202 41 43 0 61 364 25 52
Binary 1010111 1010100 10000010 100001 100011 0 110001 11110100 10101 101010

Color Harmonies of #575482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575482

Black with #575482

Text Example


Text Example

White with #575482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575482; }

 p { color: rgb(87,84,130); }

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

background-color css

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

 a { background-color: rgb(87,84,130); }

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

border-color css

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

 span { border-color: rgb(87,84,130); }

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