#5F5088

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

Shades of Victoria #5F5088

Tints of Victoria #5F5088

Color information

#5F5088 (or 0x5F5088) is unknown color: approx Victoria. HEX triplet: 5F, 50 and 88. RGB value is (95,80,136). Sum of RGB (Red+Green+Blue) = 95+80+136=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F5088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5088 is #A0AF77. Grayscale: #5A5A5A. Windows color (decimal): -10530680 or 8933471. OLE color: 8933471.

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

Color convert

RGB9580136-
CMYK0.300.4100.47
HSL256.07º25.93%42.35%-
HSV(B)256.07º41.18%53.33%-
XYZ12.039.9524.58-
YUV90.87153.47130.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=30.55%
G=25.72%
B=43.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95801360.300.4100.47256.0725.9342.35
Hex5F50881E2902F1001a2a
Octal13712021036510574003252
Binary101111110100001000100011110101001010111110000000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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