Html Css Color HEX #5977A3 San Marino

📋 copy color: '#5977A3'

red 89 ◦ green 119 ◦ blue 163

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

Shades of San Marino #5977A3

Tints of San Marino #5977A3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 163 (64.06% from 255) = 43.94%

R = 23.99%
G = 32.08%
B = 43.94%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5977A3 (or 0x5977A3) is known color: San Marino. HEX triplet: 59, 77 and A3. RGB value is (89,119,163). Sum of RGB (Red+Green+Blue) = 89+119+163=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #5977A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5977A3 is #A6885C. Grayscale: #727272. Windows color (decimal): -10913885 or 10712921. OLE color: 10712921.

HSL color Cylindrical-coordinate representation of color #5977A3: hue angle of 215.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5977A3 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 119 163 -
CMYK 0.45 0.27 0 0.36
HSL 215.68º 0.29% 0.49% -
HSV(B) 215.68º 0.45% 0.64% -
XYZ 17.33 17.96 37.2 -
YUV 115.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 89 119 163 0.45 0.27 0 0.36 215.68 0.29 0.49
Hex 59 77 A3 2D 1B 0 24 D8 1D 31
Octal 131 167 243 55 33 0 44 330 35 61
Binary 1011001 1110111 10100011 101101 11011 0 100100 11011000 11101 110001

Color Harmonies of #5977A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977A3

Black with #5977A3

Text Example


Text Example

White with #5977A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5977A3; }

 p { color: rgb(89,119,163); }

 H1.HeaderClassName
 {
   color: #5977A3;
 }
 .AnyTagClassName
 {
   color: #5977A3;
 }
</style>

background-color css

<style>
 a { background-color: #5977A3; }

 a { background-color: rgb(89,119,163); }

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

border-color css

<style>
 span { border-color: #5977A3; }

 span { border-color: rgb(89,119,163); }

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