Html Css Color HEX #53799D San Marino

📋 copy color: '#53799D'

red 83 ◦ green 121 ◦ blue 157

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

Shades of San Marino #53799D

Tints of San Marino #53799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

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

R = 22.99%
G = 33.52%
B = 43.49%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53799D (or 0x53799D) is known color: San Marino. HEX triplet: 53, 79 and 9D. RGB value is (83,121,157). Sum of RGB (Red+Green+Blue) = 83+121+157=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #53799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53799D is #AC8662. Grayscale: #717171. Windows color (decimal): -11306595 or 10320211. OLE color: 10320211.

HSL color Cylindrical-coordinate representation of color #53799D: hue angle of 209.19º 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 #53799D is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 121 157 -
CMYK 0.47 0.23 0 0.38
HSL 209.19º 0.31% 0.47% -
HSV(B) 209.19º 0.47% 0.62% -
XYZ 16.49 17.95 34.49 -
YUV 113.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 83 121 157 0.47 0.23 0 0.38 209.19 0.31 0.47
Hex 53 79 9D 2F 17 0 26 D1 1F 2F
Octal 123 171 235 57 27 0 46 321 37 57
Binary 1010011 1111001 10011101 101111 10111 0 100110 11010001 11111 101111

Color Harmonies of #53799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53799D

Black with #53799D

Text Example


Text Example

White with #53799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,121,157); }

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

background-color css

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

 a { background-color: rgb(83,121,157); }

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

border-color css

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

 span { border-color: rgb(83,121,157); }

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