Html Css Color HEX #55789C San Marino

📋 copy color: '#55789C'

red 85 ◦ green 120 ◦ blue 156

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

Shades of San Marino #55789C

Tints of San Marino #55789C

RGB

 RED value IS 85 (33.59% from 255) = 23.55%

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

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

R = 23.55%
G = 33.24%
B = 43.21%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55789C (or 0x55789C) is known color: San Marino. HEX triplet: 55, 78 and 9C. RGB value is (85,120,156). Sum of RGB (Red+Green+Blue) = 85+120+156=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #55789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55789C is #AA8763. Grayscale: #717171. Windows color (decimal): -11175780 or 10254421. OLE color: 10254421.

HSL color Cylindrical-coordinate representation of color #55789C: hue angle of 210.42º degrees, saturation: 0.29, 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 #55789C is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 120 156 -
CMYK 0.46 0.23 0 0.39
HSL 210.42º 0.29% 0.47% -
HSV(B) 210.42º 0.46% 0.61% -
XYZ 16.46 17.76 34.01 -
YUV 113.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 85 120 156 0.46 0.23 0 0.39 210.42 0.29 0.47
Hex 55 78 9C 2E 17 0 27 D2 1D 2F
Octal 125 170 234 56 27 0 47 322 35 57
Binary 1010101 1111000 10011100 101110 10111 0 100111 11010010 11101 101111

Color Harmonies of #55789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55789C

Black with #55789C

Text Example


Text Example

White with #55789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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