#527A9B

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

Shades of San Marino #527A9B

Tints of San Marino #527A9B

Color information

#527A9B (or 0x527A9B) is unknown color: approx San Marino. HEX triplet: 52, 7A and 9B. RGB value is (82,122,155). Sum of RGB (Red+Green+Blue) = 82+122+155=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #527A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A9B is #AD8564. Grayscale: #717171. Windows color (decimal): -11371877 or 10189394. OLE color: 10189394.

HSL color Cylindrical-coordinate representation of color #527A9B: hue angle of 207.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527A9B is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82122155-
CMYK0.470.2100.39
HSL207.12º30.8%46.47%-
HSV(B)207.12º47.1%60.78%-
XYZ16.3618.0833.64-
YUV113.8151.25105.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=22.84%
G=33.98%
B=43.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821221550.470.2100.39207.1230.846.47
Hex527A9B2F15027cf1f2e
Octal12217223357250473173756
Binary10100101111010100110111011111010101001111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A9B; }

 p { color: rgb(82,122,155); }

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

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

 a { background-color: rgb(82,122,155); }

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

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

 span { border-color: rgb(82,122,155); }

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