#526E9A

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

Shades of San Marino #526E9A

Tints of San Marino #526E9A

Color information

#526E9A (or 0x526E9A) is unknown color: approx San Marino. HEX triplet: 52, 6E and 9A. RGB value is (82,110,154). Sum of RGB (Red+Green+Blue) = 82+110+154=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #526E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E9A is #AD9165. Grayscale: #6A6A6A. Windows color (decimal): -11374950 or 10120786. OLE color: 10120786.

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

Color convert

RGB82110154-
CMYK0.470.2900.40
HSL216.67º30.51%46.27%-
HSV(B)216.67º46.75%60.39%-
XYZ14.8915.2832.74-
YUV106.64154.72110.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 154 (60.55% from 255) = 44.51%
R=23.70%
G=31.79%
B=44.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821101540.470.2900.40216.6730.5146.27
Hex526E9A2F1D028d91f2e
Octal12215623257350503313756
Binary10100101101110100110101011111110101010001101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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