Html Css Color HEX #5974AA San Marino

📋 copy color: '#5974AA'

red 89 ◦ green 116 ◦ blue 170

#5974AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #5974AA

Tints of San Marino #5974AA

RGB

 RED value IS 89 (35.16% from 255) = 23.73%

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 23.73%
G = 30.93%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5974AA (or 0x5974AA) is known color: San Marino. HEX triplet: 59, 74 and AA. RGB value is (89,116,170). Sum of RGB (Red+Green+Blue) = 89+116+170=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 116 (45.70% from 255 or 30.93% 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 #5974AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974AA is #A68B55. Grayscale: #717171. Windows color (decimal): -10914646 or 11170905. OLE color: 11170905.

HSL color Cylindrical-coordinate representation of color #5974AA: hue angle of 220º degrees, saturation: 0.32, 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 #5974AA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 116 170 -
CMYK 0.48 0.32 0 0.33
HSL 220º 0.32% 0.51% -
HSV(B) 220º 0.48% 0.67% -
XYZ 17.62 17.52 40.48 -
YUV 114.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 89 116 170 0.48 0.32 0 0.33 220 0.32 0.51
Hex 59 74 AA 30 20 0 21 DC 20 33
Octal 131 164 252 60 40 0 41 334 40 63
Binary 1011001 1110100 10101010 110000 100000 0 100001 11011100 100000 110011

Color Harmonies of #5974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5974AA

Black with #5974AA

Text Example


Text Example

White with #5974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5974AA; }

 p { color: rgb(89,116,170); }

 H1.HeaderClassName
 {
   color: #5974AA;
 }
 .AnyTagClassName
 {
   color: #5974AA;
 }
</style>

background-color css

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

 a { background-color: rgb(89,116,170); }

 div.DivClassName
 {
   background-color: #5974AA;
 }
 .BgClassName
 {
   background-color: #5974AA;
 }
</style>

border-color css

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

 span { border-color: rgb(89,116,170); }

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