Html Css Color HEX #57769E San Marino

📋 copy color: '#57769E'

red 87 ◦ green 118 ◦ blue 158

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

Shades of San Marino #57769E

Tints of San Marino #57769E

RGB

 RED value IS 87 (34.38% from 255) = 23.97%

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 23.97%
G = 32.51%
B = 43.53%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57769E (or 0x57769E) is known color: San Marino. HEX triplet: 57, 76 and 9E. RGB value is (87,118,158). Sum of RGB (Red+Green+Blue) = 87+118+158=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #57769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769E is #A88961. Grayscale: #717171. Windows color (decimal): -11045218 or 10384983. OLE color: 10384983.

HSL color Cylindrical-coordinate representation of color #57769E: hue angle of 213.8º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57769E is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 118 158 -
CMYK 0.45 0.25 0 0.38
HSL 213.8º 0.29% 0.48% -
HSV(B) 213.8º 0.45% 0.62% -
XYZ 16.58 17.45 34.84 -
YUV 113.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 87 118 158 0.45 0.25 0 0.38 213.8 0.29 0.48
Hex 57 76 9E 2D 19 0 26 D6 1D 30
Octal 127 166 236 55 31 0 46 326 35 60
Binary 1010111 1110110 10011110 101101 11001 0 100110 11010110 11101 110000

Color Harmonies of #57769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57769E

Black with #57769E

Text Example


Text Example

White with #57769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57769E; }

 p { color: rgb(87,118,158); }

 H1.HeaderClassName
 {
   color: #57769E;
 }
 .AnyTagClassName
 {
   color: #57769E;
 }
</style>

background-color css

<style>
 a { background-color: #57769E; }

 a { background-color: rgb(87,118,158); }

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

border-color css

<style>
 span { border-color: #57769E; }

 span { border-color: rgb(87,118,158); }

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