Html Css Color HEX #55789B San Marino

📋 copy color: '#55789B'

red 85 ◦ green 120 ◦ blue 155

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

Shades of San Marino #55789B

Tints of San Marino #55789B

RGB

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

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

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

R = 23.61%
G = 33.33%
B = 43.06%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55789B (or 0x55789B) is known color: San Marino. HEX triplet: 55, 78 and 9B. RGB value is (85,120,155). Sum of RGB (Red+Green+Blue) = 85+120+155=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #55789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55789B is #AA8764. Grayscale: #717171. Windows color (decimal): -11175781 or 10188885. OLE color: 10188885.

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

Color convert

RGB 85 120 155 -
CMYK 0.45 0.23 0 0.39
HSL 210º 0.29% 0.47% -
HSV(B) 210º 0.45% 0.61% -
XYZ 16.38 17.73 33.57 -
YUV 113.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 85 120 155 0.45 0.23 0 0.39 210 0.29 0.47
Hex 55 78 9B 2D 17 0 27 D2 1D 2F
Octal 125 170 233 55 27 0 47 322 35 57
Binary 1010101 1111000 10011011 101101 10111 0 100111 11010010 11101 101111

Color Harmonies of #55789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55789B

Black with #55789B

Text Example


Text Example

White with #55789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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