#526B9D

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

Shades of San Marino #526B9D

Tints of San Marino #526B9D

Color information

#526B9D (or 0x526B9D) is unknown color: approx San Marino. HEX triplet: 52, 6B and 9D. RGB value is (82,107,157). Sum of RGB (Red+Green+Blue) = 82+107+157=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #526B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9D is #AD9462. Grayscale: #686868. Windows color (decimal): -11375715 or 10316626. OLE color: 10316626.

HSL color Cylindrical-coordinate representation of color #526B9D: hue angle of 220º degrees, saturation: 0.31, 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 #526B9D is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82107157-
CMYK0.480.3200.38
HSL220º31.38%46.86%-
HSV(B)220º47.77%61.57%-
XYZ14.8214.7433.96-
YUV105.22157.22111.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=23.70%
G=30.92%
B=45.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821071570.480.3200.3822031.3846.86
Hex526B9D3020026dc1f2f
Octal12215323560400463343757
Binary101001011010111001110111000010000001001101101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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