#5F5187

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

Shades of Victoria #5F5187

Tints of Victoria #5F5187

Color information

#5F5187 (or 0x5F5187) is unknown color: approx Victoria. HEX triplet: 5F, 51 and 87. RGB value is (95,81,135). Sum of RGB (Red+Green+Blue) = 95+81+135=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F5187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5187 is #A0AE78. Grayscale: #5B5B5B. Windows color (decimal): -10530425 or 8868191. OLE color: 8868191.

HSL color Cylindrical-coordinate representation of color #5F5187: hue angle of 255.56º 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 #5F5187 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9581135-
CMYK0.300.4000.47
HSL255.56º25%42.35%-
HSV(B)255.56º40%52.94%-
XYZ12.0310.0724.23-
YUV91.34152.64130.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=30.55%
G=26.05%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95811350.300.4000.47255.562542.35
Hex5F51871E2802F100192a
Octal13712120736500574003152
Binary101111110100011000011111110101000010111110000000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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