#51A8C1

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

Shades of Viking #51A8C1

Tints of Viking #51A8C1

Color information

#51A8C1 (or 0x51A8C1) is unknown color: approx Viking. HEX triplet: 51, A8 and C1. RGB value is (81,168,193). Sum of RGB (Red+Green+Blue) = 81+168+193=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #51A8C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8C1 is #AE573E. Grayscale: #909090. Windows color (decimal): -11425599 or 12691537. OLE color: 12691537.

HSL color Cylindrical-coordinate representation of color #51A8C1: hue angle of 193.39º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51A8C1 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81168193-
CMYK0.580.1300.24
HSL193.39º47.46%53.73%-
HSV(B)193.39º58.03%75.69%-
XYZ27.0233.655.51-
YUV144.84155.1882.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=18.33%
G=38.01%
B=43.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811681930.580.1300.24193.3947.4653.73
Hex51A8C13AD018c12f36
Octal12125030172150303015766
Binary10100011010100011000001111010110101100011000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,168,193); }

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

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

 a { background-color: rgb(81,168,193); }

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

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

 span { border-color: rgb(81,168,193); }

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