Html Css Color HEX #53739C San Marino

📋 copy color: '#53739C'

red 83 ◦ green 115 ◦ blue 156

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

Shades of San Marino #53739C

Tints of San Marino #53739C

RGB

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

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

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

R = 23.45%
G = 32.49%
B = 44.07%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53739C (or 0x53739C) is known color: San Marino. HEX triplet: 53, 73 and 9C. RGB value is (83,115,156). Sum of RGB (Red+Green+Blue) = 83+115+156=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #53739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739C is #AC8C63. Grayscale: #6D6D6D. Windows color (decimal): -11308132 or 10253139. OLE color: 10253139.

HSL color Cylindrical-coordinate representation of color #53739C: hue angle of 213.7º 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 #53739C is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 115 156 -
CMYK 0.47 0.26 0 0.39
HSL 213.7º 0.31% 0.47% -
HSV(B) 213.7º 0.47% 0.61% -
XYZ 15.7 16.5 33.81 -
YUV 110.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 83 115 156 0.47 0.26 0 0.39 213.7 0.31 0.47
Hex 53 73 9C 2F 1A 0 27 D6 1F 2F
Octal 123 163 234 57 32 0 47 326 37 57
Binary 1010011 1110011 10011100 101111 11010 0 100111 11010110 11111 101111

Color Harmonies of #53739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53739C

Black with #53739C

Text Example


Text Example

White with #53739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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