#526898

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

Shades of San Marino #526898

Tints of San Marino #526898

Color information

#526898 (or 0x526898) is unknown color: approx San Marino. HEX triplet: 52, 68 and 98. RGB value is (82,104,152). Sum of RGB (Red+Green+Blue) = 82+104+152=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #526898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526898 is #AD9767. Grayscale: #666666. Windows color (decimal): -11376488 or 9988178. OLE color: 9988178.

HSL color Cylindrical-coordinate representation of color #526898: hue angle of 221.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526898 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82104152-
CMYK0.460.3200.40
HSL221.14º29.91%45.88%-
HSV(B)221.14º46.05%59.61%-
XYZ14.113.9631.66-
YUV102.89155.71113.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=24.26%
G=30.77%
B=44.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821041520.460.3200.40221.1429.9145.88
Hex5268982E20028dd1e2e
Octal12215023056400503353656
Binary101001011010001001100010111010000001010001101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526898; }

 p { color: rgb(82,104,152); }

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

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

 a { background-color: rgb(82,104,152); }

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

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

 span { border-color: rgb(82,104,152); }

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