Html Css Color HEX #515086 Victoria

📋 copy color: '#515086'

red 81 ◦ green 80 ◦ blue 134

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

Shades of Victoria #515086

Tints of Victoria #515086

RGB

 RED value IS 81 (32.03% from 255) = 27.46%

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 27.46%
G = 27.12%
B = 45.42%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515086 (or 0x515086) is known color: Victoria. HEX triplet: 51, 50 and 86. RGB value is (81,80,134). Sum of RGB (Red+Green+Blue) = 81+80+134=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #515086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515086 is #AEAF79. Grayscale: #565656. Windows color (decimal): -11448186 or 8802385. OLE color: 8802385.

HSL color Cylindrical-coordinate representation of color #515086: hue angle of 241.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515086 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 80 134 -
CMYK 0.40 0.40 0 0.47
HSL 241.11º 0.25% 0.42% -
HSV(B) 241.11º 0.4% 0.53% -
XYZ 10.57 9.21 23.77 -
YUV 86.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 81 80 134 0.40 0.40 0 0.47 241.11 0.25 0.42
Hex 51 50 86 28 28 0 2F F1 19 2A
Octal 121 120 206 50 50 0 57 361 31 52
Binary 1010001 1010000 10000110 101000 101000 0 101111 11110001 11001 101010

Color Harmonies of #515086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515086

Black with #515086

Text Example


Text Example

White with #515086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515086; }

 p { color: rgb(81,80,134); }

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

background-color css

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

 a { background-color: rgb(81,80,134); }

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

border-color css

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

 span { border-color: rgb(81,80,134); }

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