#525089

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

Shades of Victoria #525089

Tints of Victoria #525089

Color information

#525089 (or 0x525089) is unknown color: approx Victoria. HEX triplet: 52, 50 and 89. RGB value is (82,80,137). Sum of RGB (Red+Green+Blue) = 82+80+137=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #525089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525089 is #ADAF76. Grayscale: #565656. Windows color (decimal): -11382647 or 8998994. OLE color: 8998994.

HSL color Cylindrical-coordinate representation of color #525089: hue angle of 242.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525089 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8280137-
CMYK0.400.4200.46
HSL242.11º26.27%42.55%-
HSV(B)242.11º41.61%53.73%-
XYZ10.869.3424.9-
YUV87.1156.16124.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=27.42%
G=26.76%
B=45.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82801370.400.4200.46242.1126.2742.55
Hex525089282A02Ef21a2b
Octal12212021150520563623253
Binary101001010100001000100110100010101001011101111001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525089; }

 p { color: rgb(82,80,137); }

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

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

 a { background-color: rgb(82,80,137); }

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

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

 span { border-color: rgb(82,80,137); }

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