Html Css Color HEX #5974AE San Marino

📋 copy color: '#5974AE'

red 89 ◦ green 116 ◦ blue 174

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

Shades of San Marino #5974AE

Tints of San Marino #5974AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 23.48%
G = 30.61%
B = 45.91%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5974AE (or 0x5974AE) is known color: San Marino. HEX triplet: 59, 74 and AE. RGB value is (89,116,174). Sum of RGB (Red+Green+Blue) = 89+116+174=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #5974AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5974AE is #A68B51. Grayscale: #727272. Windows color (decimal): -10914642 or 11433049. OLE color: 11433049.

HSL color Cylindrical-coordinate representation of color #5974AE: hue angle of 220.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5974AE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 116 174 -
CMYK 0.49 0.33 0 0.32
HSL 220.94º 0.34% 0.52% -
HSV(B) 220.94º 0.49% 0.68% -
XYZ 18.01 17.67 42.51 -
YUV 114.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 89 116 174 0.49 0.33 0 0.32 220.94 0.34 0.52
Hex 59 74 AE 31 21 0 20 DD 22 34
Octal 131 164 256 61 41 0 40 335 42 64
Binary 1011001 1110100 10101110 110001 100001 0 100000 11011101 100010 110100

Color Harmonies of #5974AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5974AE

Black with #5974AE

Text Example


Text Example

White with #5974AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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