Html Css Color HEX #575484 Victoria

📋 copy color: '#575484'

red 87 ◦ green 84 ◦ blue 132

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

Shades of Victoria #575484

Tints of Victoria #575484

RGB

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

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

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

R = 28.71%
G = 27.72%
B = 43.56%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575484 (or 0x575484) is known color: Victoria. HEX triplet: 57, 54 and 84. RGB value is (87,84,132). Sum of RGB (Red+Green+Blue) = 87+84+132=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #575484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575484 is #A8AB7B. Grayscale: #5A5A5A. Windows color (decimal): -11053948 or 8672343. OLE color: 8672343.

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

Color convert

RGB 87 84 132 -
CMYK 0.34 0.36 0 0.48
HSL 243.75º 0.22% 0.42% -
HSV(B) 243.75º 0.36% 0.52% -
XYZ 11.27 10.03 23.17 -
YUV 90.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 87 84 132 0.34 0.36 0 0.48 243.75 0.22 0.42
Hex 57 54 84 22 24 0 30 F4 16 2A
Octal 127 124 204 42 44 0 60 364 26 52
Binary 1010111 1010100 10000100 100010 100100 0 110000 11110100 10110 101010

Color Harmonies of #575484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575484

Black with #575484

Text Example


Text Example

White with #575484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575484; }

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

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

background-color css

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

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

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

border-color css

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

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

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