Html Css Color HEX #57769F San Marino

📋 copy color: '#57769F'

red 87 ◦ green 118 ◦ blue 159

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

Shades of San Marino #57769F

Tints of San Marino #57769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 23.9%
G = 32.42%
B = 43.68%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57769F (or 0x57769F) is known color: San Marino. HEX triplet: 57, 76 and 9F. RGB value is (87,118,159). Sum of RGB (Red+Green+Blue) = 87+118+159=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #57769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769F is #A88960. Grayscale: #717171. Windows color (decimal): -11045217 or 10450519. OLE color: 10450519.

HSL color Cylindrical-coordinate representation of color #57769F: hue angle of 214.17º 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 #57769F is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 118 159 -
CMYK 0.45 0.26 0 0.38
HSL 214.17º 0.29% 0.48% -
HSV(B) 214.17º 0.45% 0.62% -
XYZ 16.67 17.49 35.3 -
YUV 113.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 87 118 159 0.45 0.26 0 0.38 214.17 0.29 0.48
Hex 57 76 9F 2D 1A 0 26 D6 1D 30
Octal 127 166 237 55 32 0 46 326 35 60
Binary 1010111 1110110 10011111 101101 11010 0 100110 11010110 11101 110000

Color Harmonies of #57769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57769F

Black with #57769F

Text Example


Text Example

White with #57769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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