Html Css Color HEX #57759B San Marino

📋 copy color: '#57759B'

red 87 ◦ green 117 ◦ blue 155

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

Shades of San Marino #57759B

Tints of San Marino #57759B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 24.23%
G = 32.59%
B = 43.18%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57759B (or 0x57759B) is known color: San Marino. HEX triplet: 57, 75 and 9B. RGB value is (87,117,155). Sum of RGB (Red+Green+Blue) = 87+117+155=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #57759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57759B is #A88A64. Grayscale: #707070. Windows color (decimal): -11045477 or 10188119. OLE color: 10188119.

HSL color Cylindrical-coordinate representation of color #57759B: hue angle of 213.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57759B is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 117 155 -
CMYK 0.44 0.25 0 0.39
HSL 213.53º 0.28% 0.47% -
HSV(B) 213.53º 0.44% 0.61% -
XYZ 16.21 17.12 33.46 -
YUV 112.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 87 117 155 0.44 0.25 0 0.39 213.53 0.28 0.47
Hex 57 75 9B 2C 19 0 27 D6 1C 2F
Octal 127 165 233 54 31 0 47 326 34 57
Binary 1010111 1110101 10011011 101100 11001 0 100111 11010110 11100 101111

Color Harmonies of #57759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57759B

Black with #57759B

Text Example


Text Example

White with #57759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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