Html Css Color HEX #53779F San Marino

📋 copy color: '#53779F'

red 83 ◦ green 119 ◦ blue 159

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

Shades of San Marino #53779F

Tints of San Marino #53779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 22.99%
G = 32.96%
B = 44.04%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53779F (or 0x53779F) is known color: San Marino. HEX triplet: 53, 77 and 9F. RGB value is (83,119,159). Sum of RGB (Red+Green+Blue) = 83+119+159=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #53779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53779F is #AC8860. Grayscale: #707070. Windows color (decimal): -11307105 or 10450771. OLE color: 10450771.

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

Color convert

RGB 83 119 159 -
CMYK 0.48 0.25 0 0.38
HSL 211.58º 0.31% 0.47% -
HSV(B) 211.58º 0.48% 0.62% -
XYZ 16.42 17.54 35.32 -
YUV 112.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 83 119 159 0.48 0.25 0 0.38 211.58 0.31 0.47
Hex 53 77 9F 30 19 0 26 D4 1F 2F
Octal 123 167 237 60 31 0 46 324 37 57
Binary 1010011 1110111 10011111 110000 11001 0 100110 11010100 11111 101111

Color Harmonies of #53779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53779F

Black with #53779F

Text Example


Text Example

White with #53779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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