#51A5BA

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

Shades of Viking #51A5BA

Tints of Viking #51A5BA

Color information

#51A5BA (or 0x51A5BA) is unknown color: approx Viking. HEX triplet: 51, A5 and BA. RGB value is (81,165,186). Sum of RGB (Red+Green+Blue) = 81+165+186=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #51A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A5BA is #AE5A45. Grayscale: #8E8E8E. Windows color (decimal): -11426374 or 12232017. OLE color: 12232017.

HSL color Cylindrical-coordinate representation of color #51A5BA: hue angle of 192º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51A5BA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81165186-
CMYK0.560.1100.27
HSL192º43.21%52.35%-
HSV(B)192º56.45%72.94%-
XYZ25.7132.251.32-
YUV142.28152.6784.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.75%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=18.75%
G=38.19%
B=43.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811651860.560.1100.2719243.2152.35
Hex51A5BA38B01Bc02b34
Octal12124527270130333005364
Binary10100011010010110111010111000101101101111000000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,165,186); }

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

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

 a { background-color: rgb(81,165,186); }

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

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

 span { border-color: rgb(81,165,186); }

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