#51B5BE

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

Shades of Viking #51B5BE

Tints of Viking #51B5BE

Color information

#51B5BE (or 0x51B5BE) is unknown color: approx Viking. HEX triplet: 51, B5 and BE. RGB value is (81,181,190). Sum of RGB (Red+Green+Blue) = 81+181+190=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #51B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5BE is #AE4A41. Grayscale: #979797. Windows color (decimal): -11422274 or 12498257. OLE color: 12498257.

HSL color Cylindrical-coordinate representation of color #51B5BE: hue angle of 184.95º 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 #51B5BE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81181190-
CMYK0.570.0500.25
HSL184.95º45.61%53.14%-
HSV(B)184.95º57.37%74.51%-
XYZ29.2138.5154.61-
YUV152.13149.3777.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=17.92%
G=40.04%
B=42.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811811900.570.0500.25184.9545.6153.14
Hex51B5BE395019b92e35
Octal1212652767150312715665
Binary1010001101101011011111011100110101100110111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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