Html Css Color HEX #57729A San Marino

📋 copy color: '#57729A'

red 87 ◦ green 114 ◦ blue 154

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

Shades of San Marino #57729A

Tints of San Marino #57729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 24.51%
G = 32.11%
B = 43.38%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57729A (or 0x57729A) is known color: San Marino. HEX triplet: 57, 72 and 9A. RGB value is (87,114,154). Sum of RGB (Red+Green+Blue) = 87+114+154=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #57729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57729A is #A88D65. Grayscale: #6E6E6E. Windows color (decimal): -11046246 or 10121815. OLE color: 10121815.

HSL color Cylindrical-coordinate representation of color #57729A: hue angle of 215.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57729A is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 114 154 -
CMYK 0.44 0.26 0 0.40
HSL 215.82º 0.28% 0.47% -
HSV(B) 215.82º 0.44% 0.6% -
XYZ 15.78 16.39 32.9 -
YUV 110.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 87 114 154 0.44 0.26 0 0.40 215.82 0.28 0.47
Hex 57 72 9A 2C 1A 0 28 D8 1C 2F
Octal 127 162 232 54 32 0 50 330 34 57
Binary 1010111 1110010 10011010 101100 11010 0 101000 11011000 11100 101111

Color Harmonies of #57729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57729A

Black with #57729A

Text Example


Text Example

White with #57729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57729A; }

 p { color: rgb(87,114,154); }

 H1.HeaderClassName
 {
   color: #57729A;
 }
 .AnyTagClassName
 {
   color: #57729A;
 }
</style>

background-color css

<style>
 a { background-color: #57729A; }

 a { background-color: rgb(87,114,154); }

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

border-color css

<style>
 span { border-color: #57729A; }

 span { border-color: rgb(87,114,154); }

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