#535288

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

Shades of Victoria #535288

Tints of Victoria #535288

Color information

#535288 (or 0x535288) is unknown color: approx Victoria. HEX triplet: 53, 52 and 88. RGB value is (83,82,136). Sum of RGB (Red+Green+Blue) = 83+82+136=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #535288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535288 is #ACAD77. Grayscale: #585858. Windows color (decimal): -11316600 or 8933971. OLE color: 8933971.

HSL color Cylindrical-coordinate representation of color #535288: hue angle of 241.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535288 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8382136-
CMYK0.390.4000.47
HSL241.11º24.77%42.75%-
HSV(B)241.11º39.71%53.33%-
XYZ11.039.6524.57-
YUV88.46154.83124.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=27.57%
G=27.24%
B=45.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83821360.390.4000.47241.1124.7742.75
Hex535288272802Ff1192b
Octal12312221047500573613153
Binary101001110100101000100010011110100001011111111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535288; }

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

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

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

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

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

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

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

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