Html Css Color HEX #53779E San Marino

📋 copy color: '#53779E'

red 83 ◦ green 119 ◦ blue 158

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

Shades of San Marino #53779E

Tints of San Marino #53779E

RGB

 RED value IS 83 (32.81% from 255) = 23.06%

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 23.06%
G = 33.06%
B = 43.89%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53779E (or 0x53779E) is known color: San Marino. HEX triplet: 53, 77 and 9E. RGB value is (83,119,158). Sum of RGB (Red+Green+Blue) = 83+119+158=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #53779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53779E is #AC8861. Grayscale: #707070. Windows color (decimal): -11307106 or 10385235. OLE color: 10385235.

HSL color Cylindrical-coordinate representation of color #53779E: hue angle of 211.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53779E is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 119 158 -
CMYK 0.47 0.25 0 0.38
HSL 211.2º 0.31% 0.47% -
HSV(B) 211.2º 0.47% 0.62% -
XYZ 16.34 17.5 34.86 -
YUV 112.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 83 119 158 0.47 0.25 0 0.38 211.2 0.31 0.47
Hex 53 77 9E 2F 19 0 26 D3 1F 2F
Octal 123 167 236 57 31 0 46 323 37 57
Binary 1010011 1110111 10011110 101111 11001 0 100110 11010011 11111 101111

Color Harmonies of #53779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53779E

Black with #53779E

Text Example


Text Example

White with #53779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53779E; }

 p { color: rgb(83,119,158); }

 H1.HeaderClassName
 {
   color: #53779E;
 }
 .AnyTagClassName
 {
   color: #53779E;
 }
</style>

background-color css

<style>
 a { background-color: #53779E; }

 a { background-color: rgb(83,119,158); }

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

border-color css

<style>
 span { border-color: #53779E; }

 span { border-color: rgb(83,119,158); }

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