#51ABCD

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

Shades of Viking #51ABCD

Tints of Viking #51ABCD

Color information

#51ABCD (or 0x51ABCD) is unknown color: approx Viking. HEX triplet: 51, AB and CD. RGB value is (81,171,205). Sum of RGB (Red+Green+Blue) = 81+171+205=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #51ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCD is #AE5432. Grayscale: #939393. Windows color (decimal): -11424819 or 13478737. OLE color: 13478737.

HSL color Cylindrical-coordinate representation of color #51ABCD: hue angle of 196.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ABCD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81171205-
CMYK0.600.1700.20
HSL196.45º55.36%56.08%-
HSV(B)196.45º60.49%80.39%-
XYZ28.9835.2863.04-
YUV147.97160.1880.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=17.72%
G=37.42%
B=44.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811712050.600.1700.20196.4555.3656.08
Hex51ABCD3C11014c43738
Octal12125331574210243046770
Binary101000110101011110011011111001000101010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,171,205); }

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

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

 a { background-color: rgb(81,171,205); }

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

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

 span { border-color: rgb(81,171,205); }

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