#51A7BE

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

Shades of Viking #51A7BE

Tints of Viking #51A7BE

Color information

#51A7BE (or 0x51A7BE) is unknown color: approx Viking. HEX triplet: 51, A7 and BE. RGB value is (81,167,190). Sum of RGB (Red+Green+Blue) = 81+167+190=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #51A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A7BE is #AE5841. Grayscale: #8F8F8F. Windows color (decimal): -11425858 or 12494673. OLE color: 12494673.

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

Color convert

RGB81167190-
CMYK0.570.1200.25
HSL192.66º45.61%53.14%-
HSV(B)192.66º57.37%74.51%-
XYZ26.5133.153.71-
YUV143.91154.0183.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.49%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=18.49%
G=38.13%
B=43.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811671900.570.1200.25192.6645.6153.14
Hex51A7BE39C019c12e35
Octal12124727671140313015665
Binary10100011010011110111110111001110001100111000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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