#527597

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

Shades of San Marino #527597

Tints of San Marino #527597

Color information

#527597 (or 0x527597) is unknown color: approx San Marino. HEX triplet: 52, 75 and 97. RGB value is (82,117,151). Sum of RGB (Red+Green+Blue) = 82+117+151=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #527597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527597 is #AD8A68. Grayscale: #6E6E6E. Windows color (decimal): -11373161 or 9925970. OLE color: 9925970.

HSL color Cylindrical-coordinate representation of color #527597: hue angle of 209.57º 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 #527597 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82117151-
CMYK0.460.2300.41
HSL209.57º29.61%45.69%-
HSV(B)209.57º45.7%59.22%-
XYZ15.4316.7531.7-
YUV110.41150.9107.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=23.43%
G=33.43%
B=43.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821171510.460.2300.41209.5729.6145.69
Hex5275972E17029d21e2e
Octal12216522756270513223656
Binary10100101110101100101111011101011101010011101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527597; }

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

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

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

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

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

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

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

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