Html Css Color HEX #57769A San Marino

📋 copy color: '#57769A'

red 87 ◦ green 118 ◦ blue 154

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

Shades of San Marino #57769A

Tints of San Marino #57769A

RGB

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

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

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

R = 24.23%
G = 32.87%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57769A (or 0x57769A) is known color: San Marino. HEX triplet: 57, 76 and 9A. RGB value is (87,118,154). Sum of RGB (Red+Green+Blue) = 87+118+154=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #57769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57769A is #A88965. Grayscale: #707070. Windows color (decimal): -11045222 or 10122839. OLE color: 10122839.

HSL color Cylindrical-coordinate representation of color #57769A: hue angle of 212.24º 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 #57769A is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 118 154 -
CMYK 0.44 0.23 0 0.40
HSL 212.24º 0.28% 0.47% -
HSV(B) 212.24º 0.44% 0.6% -
XYZ 16.24 17.32 33.06 -
YUV 112.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 87 118 154 0.44 0.23 0 0.40 212.24 0.28 0.47
Hex 57 76 9A 2C 17 0 28 D4 1C 2F
Octal 127 166 232 54 27 0 50 324 34 57
Binary 1010111 1110110 10011010 101100 10111 0 101000 11010100 11100 101111

Color Harmonies of #57769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57769A

Black with #57769A

Text Example


Text Example

White with #57769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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