Html Css Color HEX #53709C San Marino

📋 copy color: '#53709C'

red 83 ◦ green 112 ◦ blue 156

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

Shades of San Marino #53709C

Tints of San Marino #53709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 23.65%
G = 31.91%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53709C (or 0x53709C) is known color: San Marino. HEX triplet: 53, 70 and 9C. RGB value is (83,112,156). Sum of RGB (Red+Green+Blue) = 83+112+156=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #53709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53709C is #AC8F63. Grayscale: #6C6C6C. Windows color (decimal): -11308900 or 10252371. OLE color: 10252371.

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

Color convert

RGB 83 112 156 -
CMYK 0.47 0.28 0 0.39
HSL 216.16º 0.31% 0.47% -
HSV(B) 216.16º 0.47% 0.61% -
XYZ 15.36 15.83 33.7 -
YUV 108.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 83 112 156 0.47 0.28 0 0.39 216.16 0.31 0.47
Hex 53 70 9C 2F 1C 0 27 D8 1F 2F
Octal 123 160 234 57 34 0 47 330 37 57
Binary 1010011 1110000 10011100 101111 11100 0 100111 11011000 11111 101111

Color Harmonies of #53709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53709C

Black with #53709C

Text Example


Text Example

White with #53709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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