#535088

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

Shades of Victoria #535088

Tints of Victoria #535088

Color information

#535088 (or 0x535088) is unknown color: approx Victoria. HEX triplet: 53, 50 and 88. RGB value is (83,80,136). Sum of RGB (Red+Green+Blue) = 83+80+136=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #535088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535088 is #ACAF77. Grayscale: #575757. Windows color (decimal): -11317112 or 8933459. OLE color: 8933459.

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

Color convert

RGB8380136-
CMYK0.390.4100.47
HSL243.21º25.93%42.35%-
HSV(B)243.21º41.18%53.33%-
XYZ10.889.3524.52-
YUV87.28155.49124.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=27.76%
G=26.76%
B=45.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83801360.390.4100.47243.2125.9342.35
Hex535088272902Ff31a2a
Octal12312021047510573633252
Binary101001110100001000100010011110100101011111111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535088; }

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

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

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

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

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

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

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

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