#515088

Color #515088 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #515088

Tints of Victoria #515088

Color information

#515088 (or 0x515088) is unknown color: approx Victoria. HEX triplet: 51, 50 and 88. RGB value is (81,80,136). Sum of RGB (Red+Green+Blue) = 81+80+136=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #515088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515088 is #AEAF77. Grayscale: #565656. Windows color (decimal): -11448184 or 8933457. OLE color: 8933457.

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

Color convert

RGB8180136-
CMYK0.400.4100.47
HSL241.07º25.93%42.35%-
HSV(B)241.07º41.18%53.33%-
XYZ10.719.2624.52-
YUV86.68155.83123.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=27.27%
G=26.94%
B=45.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81801360.400.4100.47241.0725.9342.35
Hex515088282902Ff11a2a
Octal12112021050510573613252
Binary101000110100001000100010100010100101011111111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515088; }

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

 H1.HeaderClassName
 {
   color: #515088;
 }
 .AnyTagClassName
 {
   color: #515088;
 }
</style>
background-color css

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

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

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

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

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

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