#51a4be

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

Shades of Viking #51A4BE

Tints of Viking #51A4BE

Color information

#51A4BE (or 0x51A4BE) is unknown color: approx Viking. HEX triplet: 51, A4 and BE. RGB value is (81,164,190). Sum of RGB (Red+Green+Blue) = 81+164+190=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #51A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A4BE is #AE5B41. Grayscale: #8D8D8D. Windows color (decimal): -11426626 or 12493905. OLE color: 12493905.

HSL color Cylindrical-coordinate representation of color #51A4BE: hue angle of 194.31º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A4BE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81164190-
CMYK0.570.1400.25
HSL194.31º45.61%53.14%-
HSV(B)194.31º57.37%74.51%-
XYZ25.9632.0253.53-
YUV142.1515584.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=18.62%
G=37.70%
B=43.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811641900.570.1400.25194.3145.6153.14
Hex51A4BE39E019c22e35
Octal12124427671160313025665
Binary10100011010010010111110111001111001100111000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a4be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,164,190); }

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

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

 a { background-color: rgb(81,164,190); }

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

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

 span { border-color: rgb(81,164,190); }

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