Html Css Color HEX #53699B San Marino

📋 copy color: '#53699B'

red 83 ◦ green 105 ◦ blue 155

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

Shades of San Marino #53699B

Tints of San Marino #53699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 24.2%
G = 30.61%
B = 45.19%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53699B (or 0x53699B) is known color: San Marino. HEX triplet: 53, 69 and 9B. RGB value is (83,105,155). Sum of RGB (Red+Green+Blue) = 83+105+155=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #53699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53699B is #AC9664. Grayscale: #676767. Windows color (decimal): -11310693 or 10185043. OLE color: 10185043.

HSL color Cylindrical-coordinate representation of color #53699B: hue angle of 221.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53699B is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 105 155 -
CMYK 0.46 0.32 0 0.39
HSL 221.67º 0.3% 0.47% -
HSV(B) 221.67º 0.46% 0.61% -
XYZ 14.54 14.31 33.01 -
YUV 104.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 83 105 155 0.46 0.32 0 0.39 221.67 0.3 0.47
Hex 53 69 9B 2E 20 0 27 DE 1E 2F
Octal 123 151 233 56 40 0 47 336 36 57
Binary 1010011 1101001 10011011 101110 100000 0 100111 11011110 11110 101111

Color Harmonies of #53699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53699B

Black with #53699B

Text Example


Text Example

White with #53699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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