Html Css Color HEX #57709F San Marino

📋 copy color: '#57709F'

red 87 ◦ green 112 ◦ blue 159

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

Shades of San Marino #57709F

Tints of San Marino #57709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 24.3%
G = 31.28%
B = 44.41%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57709F (or 0x57709F) is known color: San Marino. HEX triplet: 57, 70 and 9F. RGB value is (87,112,159). Sum of RGB (Red+Green+Blue) = 87+112+159=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #57709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57709F is #A88F60. Grayscale: #6D6D6D. Windows color (decimal): -11046753 or 10448983. OLE color: 10448983.

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

Color convert

RGB 87 112 159 -
CMYK 0.45 0.30 0 0.38
HSL 219.17º 0.29% 0.48% -
HSV(B) 219.17º 0.45% 0.62% -
XYZ 15.98 16.12 35.07 -
YUV 109.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 87 112 159 0.45 0.30 0 0.38 219.17 0.29 0.48
Hex 57 70 9F 2D 1E 0 26 DB 1D 30
Octal 127 160 237 55 36 0 46 333 35 60
Binary 1010111 1110000 10011111 101101 11110 0 100110 11011011 11101 110000

Color Harmonies of #57709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57709F

Black with #57709F

Text Example


Text Example

White with #57709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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