Html Css Color HEX #53759E San Marino

📋 copy color: '#53759E'

red 83 ◦ green 117 ◦ blue 158

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

Shades of San Marino #53759E

Tints of San Marino #53759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 23.18%
G = 32.68%
B = 44.13%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53759E (or 0x53759E) is known color: San Marino. HEX triplet: 53, 75 and 9E. RGB value is (83,117,158). Sum of RGB (Red+Green+Blue) = 83+117+158=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #53759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53759E is #AC8A61. Grayscale: #6F6F6F. Windows color (decimal): -11307618 or 10384723. OLE color: 10384723.

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

Color convert

RGB 83 117 158 -
CMYK 0.47 0.26 0 0.38
HSL 212.8º 0.31% 0.47% -
HSV(B) 212.8º 0.47% 0.62% -
XYZ 16.1 17.03 34.79 -
YUV 111.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 83 117 158 0.47 0.26 0 0.38 212.8 0.31 0.47
Hex 53 75 9E 2F 1A 0 26 D5 1F 2F
Octal 123 165 236 57 32 0 46 325 37 57
Binary 1010011 1110101 10011110 101111 11010 0 100110 11010101 11111 101111

Color Harmonies of #53759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53759E

Black with #53759E

Text Example


Text Example

White with #53759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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