Html Css Color HEX #57759F San Marino

📋 copy color: '#57759F'

red 87 ◦ green 117 ◦ blue 159

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

Shades of San Marino #57759F

Tints of San Marino #57759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 23.97%
G = 32.23%
B = 43.8%

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

#57759F (or 0x57759F) is known color: San Marino. HEX triplet: 57, 75 and 9F. RGB value is (87,117,159). Sum of RGB (Red+Green+Blue) = 87+117+159=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #57759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57759F is #A88A60. Grayscale: #707070. Windows color (decimal): -11045473 or 10450263. OLE color: 10450263.

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

Color convert

RGB 87 117 159 -
CMYK 0.45 0.26 0 0.38
HSL 215º 0.29% 0.48% -
HSV(B) 215º 0.45% 0.62% -
XYZ 16.55 17.25 35.26 -
YUV 112.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 87 117 159 0.45 0.26 0 0.38 215 0.29 0.48
Hex 57 75 9F 2D 1A 0 26 D7 1D 30
Octal 127 165 237 55 32 0 46 327 35 60
Binary 1010111 1110101 10011111 101101 11010 0 100110 11010111 11101 110000

Color Harmonies of #57759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57759F

Black with #57759F

Text Example


Text Example

White with #57759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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