#5C79AC

Color #5C79AC San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5C79AC

Tints of San Marino #5C79AC

Color information

#5C79AC (or 0x5C79AC) is unknown color: approx San Marino. HEX triplet: 5C, 79 and AC. RGB value is (92,121,172). Sum of RGB (Red+Green+Blue) = 92+121+172=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C79AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C79AC is #A38653. Grayscale: #757575. Windows color (decimal): -10716756 or 11303260. OLE color: 11303260.

HSL color Cylindrical-coordinate representation of color #5C79AC: hue angle of 218.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C79AC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92121172-
CMYK0.470.3000.33
HSL218.25º32.52%51.76%-
HSV(B)218.25º46.51%67.45%-
XYZ18.718.9341.7-
YUV118.14158.39109.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=23.90%
G=31.43%
B=44.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921211720.470.3000.33218.2532.5251.76
Hex5C79AC2F1E021da2134
Octal13417125457360413324164
Binary101110011110011010110010111111110010000111011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C79AC; }

 p { color: rgb(92,121,172); }

 H1.HeaderClassName
 {
   color: #5C79AC;
 }
 .AnyTagClassName
 {
   color: #5C79AC;
 }
</style>
background-color css

<style>
 a { background-color: #5C79AC; }

 a { background-color: rgb(92,121,172); }

 div.DivClassName
 {
   background-color: #5C79AC;
 }
 .BgClassName
 {
   background-color: #5C79AC;
 }
</style>
border-color css

<style>
 span { border-color: #5C79AC; }

 span { border-color: rgb(92,121,172); }

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