Html Css Color HEX #53749C San Marino

📋 copy color: '#53749C'

red 83 ◦ green 116 ◦ blue 156

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

Shades of San Marino #53749C

Tints of San Marino #53749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 23.38%
G = 32.68%
B = 43.94%

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

#53749C (or 0x53749C) is known color: San Marino. HEX triplet: 53, 74 and 9C. RGB value is (83,116,156). Sum of RGB (Red+Green+Blue) = 83+116+156=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #53749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53749C is #AC8B63. Grayscale: #6E6E6E. Windows color (decimal): -11307876 or 10253395. OLE color: 10253395.

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

Color convert

RGB 83 116 156 -
CMYK 0.47 0.26 0 0.39
HSL 212.88º 0.31% 0.47% -
HSV(B) 212.88º 0.47% 0.61% -
XYZ 15.81 16.73 33.85 -
YUV 110.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 83 116 156 0.47 0.26 0 0.39 212.88 0.31 0.47
Hex 53 74 9C 2F 1A 0 27 D5 1F 2F
Octal 123 164 234 57 32 0 47 325 37 57
Binary 1010011 1110100 10011100 101111 11010 0 100111 11010101 11111 101111

Color Harmonies of #53749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53749C

Black with #53749C

Text Example


Text Example

White with #53749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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