#526F9E

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

Shades of San Marino #526F9E

Tints of San Marino #526F9E

Color information

#526F9E (or 0x526F9E) is unknown color: approx San Marino. HEX triplet: 52, 6F and 9E. RGB value is (82,111,158). Sum of RGB (Red+Green+Blue) = 82+111+158=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #526F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F9E is #AD9061. Grayscale: #6B6B6B. Windows color (decimal): -11374690 or 10383186. OLE color: 10383186.

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

Color convert

RGB82111158-
CMYK0.480.3000.38
HSL217.11º31.67%47.06%-
HSV(B)217.11º48.1%61.96%-
XYZ15.3415.6334.56-
YUV107.69156.39109.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=23.36%
G=31.62%
B=45.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821111580.480.3000.38217.1131.6747.06
Hex526F9E301E026d9202f
Octal12215723660360463314057
Binary101001011011111001111011000011110010011011011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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