#526F97

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

Shades of San Marino #526F97

Tints of San Marino #526F97

Color information

#526F97 (or 0x526F97) is unknown color: approx San Marino. HEX triplet: 52, 6F and 97. RGB value is (82,111,151). Sum of RGB (Red+Green+Blue) = 82+111+151=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #526F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F97 is #AD9068. Grayscale: #6A6A6A. Windows color (decimal): -11374697 or 9924434. OLE color: 9924434.

HSL color Cylindrical-coordinate representation of color #526F97: hue angle of 214.78º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526F97 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82111151-
CMYK0.460.2600.41
HSL214.78º29.61%45.69%-
HSV(B)214.78º45.7%59.22%-
XYZ14.7515.431.47-
YUV106.89152.89110.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=23.84%
G=32.27%
B=43.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821111510.460.2600.41214.7829.6145.69
Hex526F972E1A029d71e2e
Octal12215722756320513273656
Binary10100101101111100101111011101101001010011101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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