#51A7BC

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

Shades of Viking #51A7BC

Tints of Viking #51A7BC

Color information

#51A7BC (or 0x51A7BC) is unknown color: approx Viking. HEX triplet: 51, A7 and BC. RGB value is (81,167,188). Sum of RGB (Red+Green+Blue) = 81+167+188=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #51A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A7BC is #AE5843. Grayscale: #8F8F8F. Windows color (decimal): -11425860 or 12363601. OLE color: 12363601.

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

Color convert

RGB81167188-
CMYK0.570.1100.26
HSL191.78º44.4%52.75%-
HSV(B)191.78º56.91%73.73%-
XYZ26.2933.0252.56-
YUV143.68153.0183.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=18.58%
G=38.30%
B=43.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811671880.570.1100.26191.7844.452.75
Hex51A7BC39B01Ac02c35
Octal12124727471130323005465
Binary10100011010011110111100111001101101101011000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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