#5972A5

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

Shades of San Marino #5972A5

Tints of San Marino #5972A5

Color information

#5972A5 (or 0x5972A5) is unknown color: approx San Marino. HEX triplet: 59, 72 and A5. RGB value is (89,114,165). Sum of RGB (Red+Green+Blue) = 89+114+165=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #5972A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5972A5 is #A68D5A. Grayscale: #707070. Windows color (decimal): -10915163 or 10842713. OLE color: 10842713.

HSL color Cylindrical-coordinate representation of color #5972A5: hue angle of 220.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5972A5 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89114165-
CMYK0.460.3100.35
HSL220.26º29.92%49.8%-
HSV(B)220.26º46.06%64.71%-
XYZ16.9316.8837.96-
YUV112.34157.72111.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=24.18%
G=30.98%
B=44.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891141650.460.3100.35220.2629.9249.8
Hex5972A52E1F023dc1e32
Octal13116224556370433343662
Binary10110011110010101001011011101111101000111101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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