Html Css Color HEX #55799D San Marino

📋 copy color: '#55799D'

red 85 ◦ green 121 ◦ blue 157

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

Shades of San Marino #55799D

Tints of San Marino #55799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 23.42%
G = 33.33%
B = 43.25%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55799D (or 0x55799D) is known color: San Marino. HEX triplet: 55, 79 and 9D. RGB value is (85,121,157). Sum of RGB (Red+Green+Blue) = 85+121+157=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #55799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55799D is #AA8662. Grayscale: #727272. Windows color (decimal): -11175523 or 10320213. OLE color: 10320213.

HSL color Cylindrical-coordinate representation of color #55799D: hue angle of 210º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55799D is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 121 157 -
CMYK 0.46 0.23 0 0.38
HSL 210º 0.3% 0.47% -
HSV(B) 210º 0.46% 0.62% -
XYZ 16.67 18.04 34.5 -
YUV 114.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 85 121 157 0.46 0.23 0 0.38 210 0.3 0.47
Hex 55 79 9D 2E 17 0 26 D2 1E 2F
Octal 125 171 235 56 27 0 46 322 36 57
Binary 1010101 1111001 10011101 101110 10111 0 100110 11010010 11110 101111

Color Harmonies of #55799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55799D

Black with #55799D

Text Example


Text Example

White with #55799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55799D; }

 p { color: rgb(85,121,157); }

 H1.HeaderClassName
 {
   color: #55799D;
 }
 .AnyTagClassName
 {
   color: #55799D;
 }
</style>

background-color css

<style>
 a { background-color: #55799D; }

 a { background-color: rgb(85,121,157); }

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

border-color css

<style>
 span { border-color: #55799D; }

 span { border-color: rgb(85,121,157); }

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