#51ACC5

Color #51ACC5 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #51ACC5

Tints of Viking #51ACC5

Color information

#51ACC5 (or 0x51ACC5) is unknown color: approx Viking. HEX triplet: 51, AC and C5. RGB value is (81,172,197). Sum of RGB (Red+Green+Blue) = 81+172+197=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #51ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACC5 is #AE533A. Grayscale: #939393. Windows color (decimal): -11424571 or 12954705. OLE color: 12954705.

HSL color Cylindrical-coordinate representation of color #51ACC5: hue angle of 192.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51ACC5 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81172197-
CMYK0.590.1300.23
HSL192.93º50%54.51%-
HSV(B)192.93º58.88%77.25%-
XYZ28.2235.2958.15-
YUV147.64155.8580.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 197 (77.34% from 255) = 43.78%
R=18%
G=38.22%
B=43.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811721970.590.1300.23192.935054.51
Hex51ACC53BD017c13237
Octal12125430573150273016267
Binary10100011010110011000101111011110101011111000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51ACC5; }

 p { color: rgb(81,172,197); }

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

<style>
 a { background-color: #51ACC5; }

 a { background-color: rgb(81,172,197); }

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

<style>
 span { border-color: #51ACC5; }

 span { border-color: rgb(81,172,197); }

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