Html Css Color HEX #53709B San Marino

📋 copy color: '#53709B'

red 83 ◦ green 112 ◦ blue 155

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

Shades of San Marino #53709B

Tints of San Marino #53709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 23.71%
G = 32%
B = 44.29%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53709B (or 0x53709B) is known color: San Marino. HEX triplet: 53, 70 and 9B. RGB value is (83,112,155). Sum of RGB (Red+Green+Blue) = 83+112+155=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #53709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53709B is #AC8F64. Grayscale: #6C6C6C. Windows color (decimal): -11308901 or 10186835. OLE color: 10186835.

HSL color Cylindrical-coordinate representation of color #53709B: hue angle of 215.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53709B is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 112 155 -
CMYK 0.46 0.28 0 0.39
HSL 215.83º 0.3% 0.47% -
HSV(B) 215.83º 0.46% 0.61% -
XYZ 15.28 15.79 33.25 -
YUV 108.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 83 112 155 0.46 0.28 0 0.39 215.83 0.3 0.47
Hex 53 70 9B 2E 1C 0 27 D8 1E 2F
Octal 123 160 233 56 34 0 47 330 36 57
Binary 1010011 1110000 10011011 101110 11100 0 100111 11011000 11110 101111

Color Harmonies of #53709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53709B

Black with #53709B

Text Example


Text Example

White with #53709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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