#526195

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

Shades of San Marino #526195

Tints of San Marino #526195

Color information

#526195 (or 0x526195) is unknown color: approx San Marino. HEX triplet: 52, 61 and 95. RGB value is (82,97,149). Sum of RGB (Red+Green+Blue) = 82+97+149=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #526195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526195 is #AD9E6A. Grayscale: #626262. Windows color (decimal): -11378283 or 9789778. OLE color: 9789778.

HSL color Cylindrical-coordinate representation of color #526195: hue angle of 226.57º 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 #526195 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8297149-
CMYK0.450.3500.42
HSL226.57º29%45.29%-
HSV(B)226.57º44.97%58.43%-
XYZ13.1812.5130.15-
YUV98.44156.53116.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=25%
G=29.57%
B=45.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82971490.450.3500.42226.572945.29
Hex5261952D2302Ae31d2d
Octal12214122555430523433555
Binary101001011000011001010110110110001101010101110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526195; }

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

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

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

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

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

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

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

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