Html Css Color HEX #5977AB San Marino

📋 copy color: '#5977AB'

red 89 ◦ green 119 ◦ blue 171

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

Shades of San Marino #5977AB

Tints of San Marino #5977AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 23.48%
G = 31.4%
B = 45.12%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5977AB (or 0x5977AB) is known color: San Marino. HEX triplet: 59, 77 and AB. RGB value is (89,119,171). Sum of RGB (Red+Green+Blue) = 89+119+171=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #5977AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5977AB is #A68854. Grayscale: #737373. Windows color (decimal): -10913877 or 11237209. OLE color: 11237209.

HSL color Cylindrical-coordinate representation of color #5977AB: hue angle of 218.05º 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 #5977AB is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 119 171 -
CMYK 0.48 0.30 0 0.33
HSL 218.05º 0.33% 0.51% -
HSV(B) 218.05º 0.48% 0.67% -
XYZ 18.07 18.26 41.1 -
YUV 115.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 89 119 171 0.48 0.30 0 0.33 218.05 0.33 0.51
Hex 59 77 AB 30 1E 0 21 DA 21 33
Octal 131 167 253 60 36 0 41 332 41 63
Binary 1011001 1110111 10101011 110000 11110 0 100001 11011010 100001 110011

Color Harmonies of #5977AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5977AB

Black with #5977AB

Text Example


Text Example

White with #5977AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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