#526B9F

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

Shades of San Marino #526B9F

Tints of San Marino #526B9F

Color information

#526B9F (or 0x526B9F) is unknown color: approx San Marino. HEX triplet: 52, 6B and 9F. RGB value is (82,107,159). Sum of RGB (Red+Green+Blue) = 82+107+159=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #526B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9F is #AD9460. Grayscale: #696969. Windows color (decimal): -11375713 or 10447698. OLE color: 10447698.

HSL color Cylindrical-coordinate representation of color #526B9F: hue angle of 220.52º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526B9F is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82107159-
CMYK0.480.3300.38
HSL220.52º31.95%47.25%-
HSV(B)220.52º48.43%62.35%-
XYZ1514.8134.87-
YUV105.45158.22111.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=23.56%
G=30.75%
B=45.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821071590.480.3300.38220.5231.9547.25
Hex526B9F3021026dd202f
Octal12215323760410463354057
Binary1010010110101110011111110000100001010011011011101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,159); }

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

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

 a { background-color: rgb(82,107,159); }

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

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

 span { border-color: rgb(82,107,159); }

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