#526E9B

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

Shades of San Marino #526E9B

Tints of San Marino #526E9B

Color information

#526E9B (or 0x526E9B) is unknown color: approx San Marino. HEX triplet: 52, 6E and 9B. RGB value is (82,110,155). Sum of RGB (Red+Green+Blue) = 82+110+155=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #526E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E9B is #AD9164. Grayscale: #6A6A6A. Windows color (decimal): -11374949 or 10186322. OLE color: 10186322.

HSL color Cylindrical-coordinate representation of color #526E9B: hue angle of 216.99º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526E9B is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82110155-
CMYK0.470.2900.39
HSL216.99º30.8%46.47%-
HSV(B)216.99º47.1%60.78%-
XYZ14.9715.3133.18-
YUV106.76155.22110.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=23.63%
G=31.70%
B=44.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821101550.470.2900.39216.9930.846.47
Hex526E9B2F1D027d91f2e
Octal12215623357350473313756
Binary10100101101110100110111011111110101001111101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E9B; }

 p { color: rgb(82,110,155); }

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

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

 a { background-color: rgb(82,110,155); }

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

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

 span { border-color: rgb(82,110,155); }

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