#526399

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

Shades of San Marino #526399

Tints of San Marino #526399

Color information

#526399 (or 0x526399) is unknown color: approx San Marino. HEX triplet: 52, 63 and 99. RGB value is (82,99,153). Sum of RGB (Red+Green+Blue) = 82+99+153=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #526399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526399 is #AD9C66. Grayscale: #636363. Windows color (decimal): -11377767 or 10052434. OLE color: 10052434.

HSL color Cylindrical-coordinate representation of color #526399: hue angle of 225.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526399 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8299153-
CMYK0.460.3500.4
HSL225.63º30.21%46.08%-
HSV(B)225.63º46.41%60%-
XYZ13.6913.0231.93-
YUV100.07157.87115.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=24.55%
G=29.64%
B=45.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82991530.460.3500.4225.6330.2146.08
Hex5263992E23028e21e2e
Octal12214323156430503423656
Binary101001011000111001100110111010001101010001110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526399; }

 p { color: rgb(82,99,153); }

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

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

 a { background-color: rgb(82,99,153); }

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

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

 span { border-color: rgb(82,99,153); }

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