#5972AB

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

Shades of San Marino #5972AB

Tints of San Marino #5972AB

Color information

#5972AB (or 0x5972AB) is unknown color: approx San Marino. HEX triplet: 59, 72 and AB. RGB value is (89,114,171). Sum of RGB (Red+Green+Blue) = 89+114+171=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #5972AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972AB is #A68D54. Grayscale: #707070. Windows color (decimal): -10915157 or 11235929. OLE color: 11235929.

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

Color convert

RGB89114171-
CMYK0.480.3300.33
HSL221.71º32.8%50.98%-
HSV(B)221.71º47.95%67.06%-
XYZ17.4917.140.91-
YUV113.02160.72110.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=23.80%
G=30.48%
B=45.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891141710.480.3300.33221.7132.850.98
Hex5972AB3021021de2133
Octal13116225360410413364163
Binary1011001111001010101011110000100001010000111011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5972AB; }

 p { color: rgb(89,114,171); }

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

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

 a { background-color: rgb(89,114,171); }

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

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

 span { border-color: rgb(89,114,171); }

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