#527BA2

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

Shades of San Marino #527BA2

Tints of San Marino #527BA2

Color information

#527BA2 (or 0x527BA2) is unknown color: approx San Marino. HEX triplet: 52, 7B and A2. RGB value is (82,123,162). Sum of RGB (Red+Green+Blue) = 82+123+162=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #527BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BA2 is #AD845D. Grayscale: #727272. Windows color (decimal): -11371614 or 10648402. OLE color: 10648402.

HSL color Cylindrical-coordinate representation of color #527BA2: hue angle of 209.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #527BA2 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82123162-
CMYK0.490.2400.36
HSL209.25º32.79%47.84%-
HSV(B)209.25º49.38%63.53%-
XYZ17.0818.5736.87-
YUV115.19154.42104.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=22.34%
G=33.51%
B=44.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821231620.490.2400.36209.2532.7947.84
Hex527BA23118024d12130
Octal12217324261300443214160
Binary101001011110111010001011000111000010010011010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,162); }

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

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

 a { background-color: rgb(82,123,162); }

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

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

 span { border-color: rgb(82,123,162); }

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