#51ABBC

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

Shades of Viking #51ABBC

Tints of Viking #51ABBC

Color information

#51ABBC (or 0x51ABBC) is unknown color: approx Viking. HEX triplet: 51, AB and BC. RGB value is (81,171,188). Sum of RGB (Red+Green+Blue) = 81+171+188=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #51ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABBC is #AE5443. Grayscale: #919191. Windows color (decimal): -11424836 or 12364625. OLE color: 12364625.

HSL color Cylindrical-coordinate representation of color #51ABBC: hue angle of 189.53º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51ABBC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81171188-
CMYK0.570.0900.26
HSL189.53º44.4%52.75%-
HSV(B)189.53º56.91%73.73%-
XYZ27.0334.5152.81-
YUV146.03151.6881.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=18.41%
G=38.86%
B=42.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811711880.570.0900.26189.5344.452.75
Hex51ABBC39901Abe2c35
Octal12125327471110322765465
Binary10100011010101110111100111001100101101010111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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