Html Css Color HEX #53789A San Marino

📋 copy color: '#53789A'

red 83 ◦ green 120 ◦ blue 154

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

Shades of San Marino #53789A

Tints of San Marino #53789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 23.25%
G = 33.61%
B = 43.14%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53789A (or 0x53789A) is known color: San Marino. HEX triplet: 53, 78 and 9A. RGB value is (83,120,154). Sum of RGB (Red+Green+Blue) = 83+120+154=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #53789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53789A is #AC8765. Grayscale: #707070. Windows color (decimal): -11306854 or 10123347. OLE color: 10123347.

HSL color Cylindrical-coordinate representation of color #53789A: hue angle of 208.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53789A is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 120 154 -
CMYK 0.46 0.22 0 0.40
HSL 208.73º 0.3% 0.46% -
HSV(B) 208.73º 0.46% 0.6% -
XYZ 16.12 17.61 33.12 -
YUV 112.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 83 120 154 0.46 0.22 0 0.40 208.73 0.3 0.46
Hex 53 78 9A 2E 16 0 28 D1 1E 2E
Octal 123 170 232 56 26 0 50 321 36 56
Binary 1010011 1111000 10011010 101110 10110 0 101000 11010001 11110 101110

Color Harmonies of #53789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53789A

Black with #53789A

Text Example


Text Example

White with #53789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53789A; }

 p { color: rgb(83,120,154); }

 H1.HeaderClassName
 {
   color: #53789A;
 }
 .AnyTagClassName
 {
   color: #53789A;
 }
</style>

background-color css

<style>
 a { background-color: #53789A; }

 a { background-color: rgb(83,120,154); }

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

border-color css

<style>
 span { border-color: #53789A; }

 span { border-color: rgb(83,120,154); }

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