Html Css Color HEX #53709E San Marino

📋 copy color: '#53709E'

red 83 ◦ green 112 ◦ blue 158

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

Shades of San Marino #53709E

Tints of San Marino #53709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 23.51%
G = 31.73%
B = 44.76%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53709E (or 0x53709E) is known color: San Marino. HEX triplet: 53, 70 and 9E. RGB value is (83,112,158). Sum of RGB (Red+Green+Blue) = 83+112+158=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #53709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53709E is #AC8F61. Grayscale: #6C6C6C. Windows color (decimal): -11308898 or 10383443. OLE color: 10383443.

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

Color convert

RGB 83 112 158 -
CMYK 0.47 0.29 0 0.38
HSL 216.8º 0.31% 0.47% -
HSV(B) 216.8º 0.47% 0.62% -
XYZ 15.53 15.9 34.6 -
YUV 108.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 83 112 158 0.47 0.29 0 0.38 216.8 0.31 0.47
Hex 53 70 9E 2F 1D 0 26 D9 1F 2F
Octal 123 160 236 57 35 0 46 331 37 57
Binary 1010011 1110000 10011110 101111 11101 0 100110 11011001 11111 101111

Color Harmonies of #53709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53709E

Black with #53709E

Text Example


Text Example

White with #53709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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