#526995

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

Shades of San Marino #526995

Tints of San Marino #526995

Color information

#526995 (or 0x526995) is unknown color: approx San Marino. HEX triplet: 52, 69 and 95. RGB value is (82,105,149). Sum of RGB (Red+Green+Blue) = 82+105+149=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #526995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526995 is #AD966A. Grayscale: #666666. Windows color (decimal): -11376235 or 9791826. OLE color: 9791826.

HSL color Cylindrical-coordinate representation of color #526995: hue angle of 219.4º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526995 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82105149-
CMYK0.450.3000.42
HSL219.4º29%45.29%-
HSV(B)219.4º44.97%58.43%-
XYZ13.9614.0730.41-
YUV103.14153.88112.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=24.40%
G=31.25%
B=44.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821051490.450.3000.42219.42945.29
Hex5269952D1E02Adb1d2d
Octal12215122555360523333555
Binary10100101101001100101011011011111001010101101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526995; }

 p { color: rgb(82,105,149); }

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

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

 a { background-color: rgb(82,105,149); }

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

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

 span { border-color: rgb(82,105,149); }

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