#524B88

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

Shades of Victoria #524B88

Tints of Victoria #524B88

Color information

#524B88 (or 0x524B88) is unknown color: approx Victoria. HEX triplet: 52, 4B and 88. RGB value is (82,75,136). Sum of RGB (Red+Green+Blue) = 82+75+136=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #524B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B88 is #ADB477. Grayscale: #535353. Windows color (decimal): -11383928 or 8932178. OLE color: 8932178.

HSL color Cylindrical-coordinate representation of color #524B88: hue angle of 246.89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524B88 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8275136-
CMYK0.400.4500.47
HSL246.89º28.91%41.37%-
HSV(B)246.89º44.85%53.33%-
XYZ10.448.624.4-
YUV84.05157.32126.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=27.99%
G=25.60%
B=46.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82751360.400.4500.47246.8928.9141.37
Hex524B88282D02Ff71d29
Octal12211321050550573673551
Binary101001010010111000100010100010110101011111111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B88; }

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

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

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

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

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

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

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

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