#5F5181

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

Shades of Victoria #5F5181

Tints of Victoria #5F5181

Color information

#5F5181 (or 0x5F5181) is unknown color: approx Victoria. HEX triplet: 5F, 51 and 81. RGB value is (95,81,129). Sum of RGB (Red+Green+Blue) = 95+81+129=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F5181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5181 is #A0AE7E. Grayscale: #5A5A5A. Windows color (decimal): -10530431 or 8474975. OLE color: 8474975.

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

Color convert

RGB9581129-
CMYK0.260.3700.49
HSL257.5º22.86%41.18%-
HSV(B)257.5º37.21%50.59%-
XYZ11.629.922.07-
YUV90.66149.64131.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.15%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=31.15%
G=26.56%
B=42.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95811290.260.3700.49257.522.8641.18
Hex5F51811A250311021729
Octal13712120132450614022751
Binary101111110100011000000111010100101011000110000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,129); }

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

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

 a { background-color: rgb(95,81,129); }

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

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

 span { border-color: rgb(95,81,129); }

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