Html Css Color HEX #53789C San Marino

📋 copy color: '#53789C'

red 83 ◦ green 120 ◦ blue 156

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

Shades of San Marino #53789C

Tints of San Marino #53789C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 23.12%
G = 33.43%
B = 43.45%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53789C (or 0x53789C) is known color: San Marino. HEX triplet: 53, 78 and 9C. RGB value is (83,120,156). Sum of RGB (Red+Green+Blue) = 83+120+156=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #53789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53789C is #AC8763. Grayscale: #707070. Windows color (decimal): -11306852 or 10254419. OLE color: 10254419.

HSL color Cylindrical-coordinate representation of color #53789C: hue angle of 209.59º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53789C is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 120 156 -
CMYK 0.47 0.23 0 0.39
HSL 209.59º 0.31% 0.47% -
HSV(B) 209.59º 0.47% 0.61% -
XYZ 16.28 17.67 34.01 -
YUV 113.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 83 120 156 0.47 0.23 0 0.39 209.59 0.31 0.47
Hex 53 78 9C 2F 17 0 27 D2 1F 2F
Octal 123 170 234 57 27 0 47 322 37 57
Binary 1010011 1111000 10011100 101111 10111 0 100111 11010010 11111 101111

Color Harmonies of #53789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53789C

Black with #53789C

Text Example


Text Example

White with #53789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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