Html Css Color HEX #5A518C Victoria

📋 copy color: '#5A518C'

red 90 ◦ green 81 ◦ blue 140

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

Shades of Victoria #5A518C

Tints of Victoria #5A518C

RGB

 RED value IS 90 (35.55% from 255) = 28.94%

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 28.94%
G = 26.05%
B = 45.02%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A518C (or 0x5A518C) is known color: Victoria. HEX triplet: 5A, 51 and 8C. RGB value is (90,81,140). Sum of RGB (Red+Green+Blue) = 90+81+140=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A518C is #A5AE73. Grayscale: #5A5A5A. Windows color (decimal): -10858100 or 9195866. OLE color: 9195866.

HSL color Cylindrical-coordinate representation of color #5A518C: hue angle of 249.15º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A518C is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 81 140 -
CMYK 0.36 0.42 0 0.45
HSL 249.15º 0.27% 0.43% -
HSV(B) 249.15º 0.42% 0.55% -
XYZ 11.89 9.95 26.11 -
YUV 90.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 90 81 140 0.36 0.42 0 0.45 249.15 0.27 0.43
Hex 5A 51 8C 24 2A 0 2D F9 1B 2B
Octal 132 121 214 44 52 0 55 371 33 53
Binary 1011010 1010001 10001100 100100 101010 0 101101 11111001 11011 101011

Color Harmonies of #5A518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A518C

Black with #5A518C

Text Example


Text Example

White with #5A518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A518C; }

 p { color: rgb(90,81,140); }

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

background-color css

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

 a { background-color: rgb(90,81,140); }

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

border-color css

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

 span { border-color: rgb(90,81,140); }

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