Html Css Color HEX #54779D San Marino

📋 copy color: '#54779D'

red 84 ◦ green 119 ◦ blue 157

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

Shades of San Marino #54779D

Tints of San Marino #54779D

RGB

 RED value IS 84 (33.2% from 255) = 23.33%

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

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 23.33%
G = 33.06%
B = 43.61%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54779D (or 0x54779D) is known color: San Marino. HEX triplet: 54, 77 and 9D. RGB value is (84,119,157). Sum of RGB (Red+Green+Blue) = 84+119+157=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #54779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54779D is #AB8862. Grayscale: #707070. Windows color (decimal): -11241571 or 10319700. OLE color: 10319700.

HSL color Cylindrical-coordinate representation of color #54779D: hue angle of 211.23º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54779D is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 119 157 -
CMYK 0.46 0.24 0 0.38
HSL 211.23º 0.3% 0.47% -
HSV(B) 211.23º 0.46% 0.62% -
XYZ 16.34 17.51 34.42 -
YUV 112.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 84 119 157 0.46 0.24 0 0.38 211.23 0.3 0.47
Hex 54 77 9D 2E 18 0 26 D3 1E 2F
Octal 124 167 235 56 30 0 46 323 36 57
Binary 1010100 1110111 10011101 101110 11000 0 100110 11010011 11110 101111

Color Harmonies of #54779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54779D

Black with #54779D

Text Example


Text Example

White with #54779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54779D; }

 p { color: rgb(84,119,157); }

 H1.HeaderClassName
 {
   color: #54779D;
 }
 .AnyTagClassName
 {
   color: #54779D;
 }
</style>

background-color css

<style>
 a { background-color: #54779D; }

 a { background-color: rgb(84,119,157); }

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

border-color css

<style>
 span { border-color: #54779D; }

 span { border-color: rgb(84,119,157); }

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