Html Css Color HEX #53739A San Marino

📋 copy color: '#53739A'

red 83 ◦ green 115 ◦ blue 154

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

Shades of San Marino #53739A

Tints of San Marino #53739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 23.58%
G = 32.67%
B = 43.75%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53739A (or 0x53739A) is known color: San Marino. HEX triplet: 53, 73 and 9A. RGB value is (83,115,154). Sum of RGB (Red+Green+Blue) = 83+115+154=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #53739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739A is #AC8C65. Grayscale: #6D6D6D. Windows color (decimal): -11308134 or 10122067. OLE color: 10122067.

HSL color Cylindrical-coordinate representation of color #53739A: hue angle of 212.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53739A is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 115 154 -
CMYK 0.46 0.25 0 0.40
HSL 212.96º 0.3% 0.46% -
HSV(B) 212.96º 0.46% 0.6% -
XYZ 15.53 16.43 32.93 -
YUV 109.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 83 115 154 0.46 0.25 0 0.40 212.96 0.3 0.46
Hex 53 73 9A 2E 19 0 28 D5 1E 2E
Octal 123 163 232 56 31 0 50 325 36 56
Binary 1010011 1110011 10011010 101110 11001 0 101000 11010101 11110 101110

Color Harmonies of #53739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53739A

Black with #53739A

Text Example


Text Example

White with #53739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53739A; }

 p { color: rgb(83,115,154); }

 H1.HeaderClassName
 {
   color: #53739A;
 }
 .AnyTagClassName
 {
   color: #53739A;
 }
</style>

background-color css

<style>
 a { background-color: #53739A; }

 a { background-color: rgb(83,115,154); }

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

border-color css

<style>
 span { border-color: #53739A; }

 span { border-color: rgb(83,115,154); }

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