Html Css Color HEX #53699F San Marino

📋 copy color: '#53699F'

red 83 ◦ green 105 ◦ blue 159

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

Shades of San Marino #53699F

Tints of San Marino #53699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 23.92%
G = 30.26%
B = 45.82%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53699F (or 0x53699F) is known color: San Marino. HEX triplet: 53, 69 and 9F. RGB value is (83,105,159). Sum of RGB (Red+Green+Blue) = 83+105+159=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #53699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53699F is #AC9660. Grayscale: #686868. Windows color (decimal): -11310689 or 10447187. OLE color: 10447187.

HSL color Cylindrical-coordinate representation of color #53699F: hue angle of 222.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53699F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 105 159 -
CMYK 0.48 0.34 0 0.38
HSL 222.63º 0.31% 0.47% -
HSV(B) 222.63º 0.48% 0.62% -
XYZ 14.88 14.45 34.81 -
YUV 104.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 83 105 159 0.48 0.34 0 0.38 222.63 0.31 0.47
Hex 53 69 9F 30 22 0 26 DF 1F 2F
Octal 123 151 237 60 42 0 46 337 37 57
Binary 1010011 1101001 10011111 110000 100010 0 100110 11011111 11111 101111

Color Harmonies of #53699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53699F

Black with #53699F

Text Example


Text Example

White with #53699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53699F; }

 p { color: rgb(83,105,159); }

 H1.HeaderClassName
 {
   color: #53699F;
 }
 .AnyTagClassName
 {
   color: #53699F;
 }
</style>

background-color css

<style>
 a { background-color: #53699F; }

 a { background-color: rgb(83,105,159); }

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

border-color css

<style>
 span { border-color: #53699F; }

 span { border-color: rgb(83,105,159); }

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