#51A4BF

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

Shades of Viking #51A4BF

Tints of Viking #51A4BF

Color information

#51A4BF (or 0x51A4BF) is unknown color: approx Viking. HEX triplet: 51, A4 and BF. RGB value is (81,164,191). Sum of RGB (Red+Green+Blue) = 81+164+191=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #51A4BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A4BF is #AE5B40. Grayscale: #8E8E8E. Windows color (decimal): -11426625 or 12559441. OLE color: 12559441.

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

Color convert

RGB81164191-
CMYK0.580.1400.25
HSL194.73º46.22%53.33%-
HSV(B)194.73º57.59%74.9%-
XYZ26.0732.0654.1-
YUV142.26155.584.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 191 (75% from 255) = 43.81%
R=18.58%
G=37.61%
B=43.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811641910.580.1400.25194.7346.2253.33
Hex51A4BF3AE019c32e35
Octal12124427772160313035665
Binary10100011010010010111111111010111001100111000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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