Html Css Color HEX #53689B San Marino

📋 copy color: '#53689B'

red 83 ◦ green 104 ◦ blue 155

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

Shades of San Marino #53689B

Tints of San Marino #53689B

RGB

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

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

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

R = 24.27%
G = 30.41%
B = 45.32%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53689B (or 0x53689B) is known color: San Marino. HEX triplet: 53, 68 and 9B. RGB value is (83,104,155). Sum of RGB (Red+Green+Blue) = 83+104+155=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #53689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53689B is #AC9764. Grayscale: #676767. Windows color (decimal): -11310949 or 10184787. OLE color: 10184787.

HSL color Cylindrical-coordinate representation of color #53689B: hue angle of 222.5º 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 #53689B is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 104 155 -
CMYK 0.46 0.33 0 0.39
HSL 222.5º 0.3% 0.47% -
HSV(B) 222.5º 0.46% 0.61% -
XYZ 14.43 14.11 32.97 -
YUV 103.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 83 104 155 0.46 0.33 0 0.39 222.5 0.3 0.47
Hex 53 68 9B 2E 21 0 27 DE 1E 2F
Octal 123 150 233 56 41 0 47 336 36 57
Binary 1010011 1101000 10011011 101110 100001 0 100111 11011110 11110 101111

Color Harmonies of #53689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53689B

Black with #53689B

Text Example


Text Example

White with #53689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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