Html Css Color HEX #53699E San Marino

📋 copy color: '#53699E'

red 83 ◦ green 105 ◦ blue 158

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

Shades of San Marino #53699E

Tints of San Marino #53699E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 23.99%
G = 30.35%
B = 45.66%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53699E (or 0x53699E) is known color: San Marino. HEX triplet: 53, 69 and 9E. RGB value is (83,105,158). Sum of RGB (Red+Green+Blue) = 83+105+158=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #53699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53699E is #AC9661. Grayscale: #686868. Windows color (decimal): -11310690 or 10381651. OLE color: 10381651.

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

Color convert

RGB 83 105 158 -
CMYK 0.47 0.34 0 0.38
HSL 222.4º 0.31% 0.47% -
HSV(B) 222.4º 0.47% 0.62% -
XYZ 14.79 14.41 34.35 -
YUV 104.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 83 105 158 0.47 0.34 0 0.38 222.4 0.31 0.47
Hex 53 69 9E 2F 22 0 26 DE 1F 2F
Octal 123 151 236 57 42 0 46 336 37 57
Binary 1010011 1101001 10011110 101111 100010 0 100110 11011110 11111 101111

Color Harmonies of #53699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53699E

Black with #53699E

Text Example


Text Example

White with #53699E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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