Html Css Color HEX #55769C San Marino

📋 copy color: '#55769C'

red 85 ◦ green 118 ◦ blue 156

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

Shades of San Marino #55769C

Tints of San Marino #55769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 23.68%
G = 32.87%
B = 43.45%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55769C (or 0x55769C) is known color: San Marino. HEX triplet: 55, 76 and 9C. RGB value is (85,118,156). Sum of RGB (Red+Green+Blue) = 85+118+156=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 118 (46.48% from 255 or 32.87% 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 #55769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55769C is #AA8963. Grayscale: #707070. Windows color (decimal): -11176292 or 10253909. OLE color: 10253909.

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

Color convert

RGB 85 118 156 -
CMYK 0.46 0.24 0 0.39
HSL 212.11º 0.29% 0.47% -
HSV(B) 212.11º 0.46% 0.61% -
XYZ 16.23 17.29 33.93 -
YUV 112.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 85 118 156 0.46 0.24 0 0.39 212.11 0.29 0.47
Hex 55 76 9C 2E 18 0 27 D4 1D 2F
Octal 125 166 234 56 30 0 47 324 35 57
Binary 1010101 1110110 10011100 101110 11000 0 100111 11010100 11101 101111

Color Harmonies of #55769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55769C

Black with #55769C

Text Example


Text Example

White with #55769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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