#526FA4

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

Shades of San Marino #526FA4

Tints of San Marino #526FA4

Color information

#526FA4 (or 0x526FA4) is unknown color: approx San Marino. HEX triplet: 52, 6F and A4. RGB value is (82,111,164). Sum of RGB (Red+Green+Blue) = 82+111+164=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #526FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FA4 is #AD905B. Grayscale: #6C6C6C. Windows color (decimal): -11374684 or 10776402. OLE color: 10776402.

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

Color convert

RGB82111164-
CMYK0.50.3200.36
HSL218.78º33.33%48.24%-
HSV(B)218.78º50%64.31%-
XYZ15.8615.8437.34-
YUV108.37159.39109.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=22.97%
G=31.09%
B=45.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821111640.50.3200.36218.7833.3348.24
Hex526FA43220024db2130
Octal12215724462400443334160
Binary1010010110111110100100110010100000010010011011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526FA4; }

 p { color: rgb(82,111,164); }

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

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

 a { background-color: rgb(82,111,164); }

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

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

 span { border-color: rgb(82,111,164); }

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