#5B72AA

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

Shades of San Marino #5B72AA

Tints of San Marino #5B72AA

Color information

#5B72AA (or 0x5B72AA) is unknown color: approx San Marino. HEX triplet: 5B, 72 and AA. RGB value is (91,114,170). Sum of RGB (Red+Green+Blue) = 91+114+170=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B72AA is #A48D55. Grayscale: #717171. Windows color (decimal): -10784086 or 11170395. OLE color: 11170395.

HSL color Cylindrical-coordinate representation of color #5B72AA: hue angle of 222.53º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B72AA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB91114170-
CMYK0.460.3300.33
HSL222.53º31.73%51.18%-
HSV(B)222.53º46.47%66.67%-
XYZ17.5917.1640.42-
YUV113.51159.88111.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=24.27%
G=30.4%
B=45.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911141700.460.3300.33222.5331.7351.18
Hex5B72AA2E21021df2033
Octal13316225256410413374063
Binary1011011111001010101010101110100001010000111011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B72AA; }

 p { color: rgb(91,114,170); }

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

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

 a { background-color: rgb(91,114,170); }

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

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

 span { border-color: rgb(91,114,170); }

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