Html Css Color HEX #53709D San Marino

📋 copy color: '#53709D'

red 83 ◦ green 112 ◦ blue 157

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

Shades of San Marino #53709D

Tints of San Marino #53709D

RGB

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

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

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

R = 23.58%
G = 31.82%
B = 44.6%

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

#53709D (or 0x53709D) is known color: San Marino. HEX triplet: 53, 70 and 9D. RGB value is (83,112,157). Sum of RGB (Red+Green+Blue) = 83+112+157=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #53709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53709D is #AC8F62. Grayscale: #6C6C6C. Windows color (decimal): -11308899 or 10317907. OLE color: 10317907.

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

Color convert

RGB 83 112 157 -
CMYK 0.47 0.29 0 0.38
HSL 216.49º 0.31% 0.47% -
HSV(B) 216.49º 0.47% 0.62% -
XYZ 15.45 15.86 34.15 -
YUV 108.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 83 112 157 0.47 0.29 0 0.38 216.49 0.31 0.47
Hex 53 70 9D 2F 1D 0 26 D8 1F 2F
Octal 123 160 235 57 35 0 46 330 37 57
Binary 1010011 1110000 10011101 101111 11101 0 100110 11011000 11111 101111

Color Harmonies of #53709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53709D

Black with #53709D

Text Example


Text Example

White with #53709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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