Html Css Color HEX #57699C San Marino

📋 copy color: '#57699C'

red 87 ◦ green 105 ◦ blue 156

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

Shades of San Marino #57699C

Tints of San Marino #57699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 156 (61.33% from 255) = 44.83%

R = 25%
G = 30.17%
B = 44.83%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57699C (or 0x57699C) is known color: San Marino. HEX triplet: 57, 69 and 9C. RGB value is (87,105,156). Sum of RGB (Red+Green+Blue) = 87+105+156=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #57699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57699C is #A89663. Grayscale: #696969. Windows color (decimal): -11048548 or 10250583. OLE color: 10250583.

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

Color convert

RGB 87 105 156 -
CMYK 0.44 0.33 0 0.39
HSL 224.35º 0.28% 0.48% -
HSV(B) 224.35º 0.44% 0.61% -
XYZ 14.98 14.53 33.47 -
YUV 105.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 87 105 156 0.44 0.33 0 0.39 224.35 0.28 0.48
Hex 57 69 9C 2C 21 0 27 E0 1C 30
Octal 127 151 234 54 41 0 47 340 34 60
Binary 1010111 1101001 10011100 101100 100001 0 100111 11100000 11100 110000

Color Harmonies of #57699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57699C

Black with #57699C

Text Example


Text Example

White with #57699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57699C; }

 p { color: rgb(87,105,156); }

 H1.HeaderClassName
 {
   color: #57699C;
 }
 .AnyTagClassName
 {
   color: #57699C;
 }
</style>

background-color css

<style>
 a { background-color: #57699C; }

 a { background-color: rgb(87,105,156); }

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

border-color css

<style>
 span { border-color: #57699C; }

 span { border-color: rgb(87,105,156); }

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