Html Css Color HEX #53689D San Marino

📋 copy color: '#53689D'

red 83 ◦ green 104 ◦ blue 157

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

Shades of San Marino #53689D

Tints of San Marino #53689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 24.13%
G = 30.23%
B = 45.64%

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

#53689D (or 0x53689D) is known color: San Marino. HEX triplet: 53, 68 and 9D. RGB value is (83,104,157). Sum of RGB (Red+Green+Blue) = 83+104+157=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #53689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53689D is #AC9762. Grayscale: #676767. Windows color (decimal): -11310947 or 10315859. OLE color: 10315859.

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

Color convert

RGB 83 104 157 -
CMYK 0.47 0.34 0 0.38
HSL 222.97º 0.31% 0.47% -
HSV(B) 222.97º 0.47% 0.62% -
XYZ 14.6 14.17 33.86 -
YUV 103.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 83 104 157 0.47 0.34 0 0.38 222.97 0.31 0.47
Hex 53 68 9D 2F 22 0 26 DF 1F 2F
Octal 123 150 235 57 42 0 46 337 37 57
Binary 1010011 1101000 10011101 101111 100010 0 100110 11011111 11111 101111

Color Harmonies of #53689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53689D

Black with #53689D

Text Example


Text Example

White with #53689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53689D; }

 p { color: rgb(83,104,157); }

 H1.HeaderClassName
 {
   color: #53689D;
 }
 .AnyTagClassName
 {
   color: #53689D;
 }
</style>

background-color css

<style>
 a { background-color: #53689D; }

 a { background-color: rgb(83,104,157); }

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

border-color css

<style>
 span { border-color: #53689D; }

 span { border-color: rgb(83,104,157); }

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