Html Css Color HEX #55779A San Marino

📋 copy color: '#55779A'

red 85 ◦ green 119 ◦ blue 154

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

Shades of San Marino #55779A

Tints of San Marino #55779A

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 23.74%
G = 33.24%
B = 43.02%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#55779A (or 0x55779A) is known color: San Marino. HEX triplet: 55, 77 and 9A. RGB value is (85,119,154). Sum of RGB (Red+Green+Blue) = 85+119+154=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #55779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55779A is #AA8865. Grayscale: #707070. Windows color (decimal): -11176038 or 10123093. OLE color: 10123093.

HSL color Cylindrical-coordinate representation of color #55779A: hue angle of 210.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55779A is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 119 154 -
CMYK 0.45 0.23 0 0.40
HSL 210.43º 0.29% 0.47% -
HSV(B) 210.43º 0.45% 0.6% -
XYZ 16.18 17.46 33.09 -
YUV 112.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 85 119 154 0.45 0.23 0 0.40 210.43 0.29 0.47
Hex 55 77 9A 2D 17 0 28 D2 1D 2F
Octal 125 167 232 55 27 0 50 322 35 57
Binary 1010101 1110111 10011010 101101 10111 0 101000 11010010 11101 101111

Color Harmonies of #55779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55779A

Black with #55779A

Text Example


Text Example

White with #55779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55779A; }

 p { color: rgb(85,119,154); }

 H1.HeaderClassName
 {
   color: #55779A;
 }
 .AnyTagClassName
 {
   color: #55779A;
 }
</style>

background-color css

<style>
 a { background-color: #55779A; }

 a { background-color: rgb(85,119,154); }

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

border-color css

<style>
 span { border-color: #55779A; }

 span { border-color: rgb(85,119,154); }

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