#526F9B

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

Shades of San Marino #526F9B

Tints of San Marino #526F9B

Color information

#526F9B (or 0x526F9B) is unknown color: approx San Marino. HEX triplet: 52, 6F and 9B. RGB value is (82,111,155). Sum of RGB (Red+Green+Blue) = 82+111+155=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #526F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F9B is #AD9064. Grayscale: #6B6B6B. Windows color (decimal): -11374693 or 10186578. OLE color: 10186578.

HSL color Cylindrical-coordinate representation of color #526F9B: hue angle of 216.16º 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 #526F9B is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82111155-
CMYK0.470.2800.39
HSL216.16º30.8%46.47%-
HSV(B)216.16º47.1%60.78%-
XYZ15.0815.5333.21-
YUV107.34154.89109.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=23.56%
G=31.90%
B=44.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821111550.470.2800.39216.1630.846.47
Hex526F9B2F1C027d81f2e
Octal12215723357340473303756
Binary10100101101111100110111011111110001001111101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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