Html Css Color HEX #515082 Victoria

📋 copy color: '#515082'

red 81 ◦ green 80 ◦ blue 130

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

Shades of Victoria #515082

Tints of Victoria #515082

RGB

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

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

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

R = 27.84%
G = 27.49%
B = 44.67%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515082 (or 0x515082) is known color: Victoria. HEX triplet: 51, 50 and 82. RGB value is (81,80,130). Sum of RGB (Red+Green+Blue) = 81+80+130=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #515082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515082 is #AEAF7D. Grayscale: #555555. Windows color (decimal): -11448190 or 8540241. OLE color: 8540241.

HSL color Cylindrical-coordinate representation of color #515082: hue angle of 241.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515082 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 80 130 -
CMYK 0.38 0.38 0 0.49
HSL 241.2º 0.24% 0.41% -
HSV(B) 241.2º 0.38% 0.51% -
XYZ 10.29 9.1 22.33 -
YUV 86 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 81 80 130 0.38 0.38 0 0.49 241.2 0.24 0.41
Hex 51 50 82 26 26 0 31 F1 18 29
Octal 121 120 202 46 46 0 61 361 30 51
Binary 1010001 1010000 10000010 100110 100110 0 110001 11110001 11000 101001

Color Harmonies of #515082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515082

Black with #515082

Text Example


Text Example

White with #515082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515082; }

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

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

background-color css

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

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

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

border-color css

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

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

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