#52487B

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

Shades of Victoria #52487B

Tints of Victoria #52487B

Color information

#52487B (or 0x52487B) is unknown color: approx Victoria. HEX triplet: 52, 48 and 7B. RGB value is (82,72,123). Sum of RGB (Red+Green+Blue) = 82+72+123=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #52487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52487B is #ADB784. Grayscale: #505050. Windows color (decimal): -11384709 or 8079442. OLE color: 8079442.

HSL color Cylindrical-coordinate representation of color #52487B: hue angle of 251.76º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52487B is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8272123-
CMYK0.330.4100.52
HSL251.76º26.15%38.24%-
HSV(B)251.76º41.46%48.24%-
XYZ9.377.8619.76-
YUV80.8151.81128.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=29.60%
G=25.99%
B=44.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82721230.330.4100.52251.7626.1538.24
Hex52487B2129034fc1a26
Octal12211017341510643743246
Binary10100101001000111101110000110100101101001111110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52487B; }

 p { color: rgb(82,72,123); }

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

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

 a { background-color: rgb(82,72,123); }

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

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

 span { border-color: rgb(82,72,123); }

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