Html Css Color HEX #53729D San Marino

📋 copy color: '#53729D'

red 83 ◦ green 114 ◦ blue 157

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

Shades of San Marino #53729D

Tints of San Marino #53729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 23.45%
G = 32.2%
B = 44.35%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53729D (or 0x53729D) is known color: San Marino. HEX triplet: 53, 72 and 9D. RGB value is (83,114,157). Sum of RGB (Red+Green+Blue) = 83+114+157=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #53729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53729D is #AC8D62. Grayscale: #6D6D6D. Windows color (decimal): -11308387 or 10318419. OLE color: 10318419.

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

Color convert

RGB 83 114 157 -
CMYK 0.47 0.27 0 0.38
HSL 214.86º 0.31% 0.47% -
HSV(B) 214.86º 0.47% 0.62% -
XYZ 15.67 16.31 34.22 -
YUV 109.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 83 114 157 0.47 0.27 0 0.38 214.86 0.31 0.47
Hex 53 72 9D 2F 1B 0 26 D7 1F 2F
Octal 123 162 235 57 33 0 46 327 37 57
Binary 1010011 1110010 10011101 101111 11011 0 100110 11010111 11111 101111

Color Harmonies of #53729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53729D

Black with #53729D

Text Example


Text Example

White with #53729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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