#525188

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

Shades of Victoria #525188

Tints of Victoria #525188

Color information

#525188 (or 0x525188) is unknown color: approx Victoria. HEX triplet: 52, 51 and 88. RGB value is (82,81,136). Sum of RGB (Red+Green+Blue) = 82+81+136=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 81 (32.03% from 255 or 27.09% 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 #525188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525188 is #ADAE77. Grayscale: #575757. Windows color (decimal): -11382392 or 8933714. OLE color: 8933714.

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

Color convert

RGB8281136-
CMYK0.400.4000.47
HSL241.09º25.35%42.55%-
HSV(B)241.09º40.44%53.33%-
XYZ10.879.4624.55-
YUV87.57155.33124.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=27.42%
G=27.09%
B=45.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82811360.400.4000.47241.0925.3542.55
Hex525188282802Ff1192b
Octal12212121050500573613153
Binary101001010100011000100010100010100001011111111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525188; }

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

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

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

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

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

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

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

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