#51A2C4

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

Shades of Viking #51A2C4

Tints of Viking #51A2C4

Color information

#51A2C4 (or 0x51A2C4) is unknown color: approx Viking. HEX triplet: 51, A2 and C4. RGB value is (81,162,196). Sum of RGB (Red+Green+Blue) = 81+162+196=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #51A2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A2C4 is #AE5D3B. Grayscale: #8D8D8D. Windows color (decimal): -11427132 or 12886609. OLE color: 12886609.

HSL color Cylindrical-coordinate representation of color #51A2C4: hue angle of 197.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51A2C4 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81162196-
CMYK0.590.1700.23
HSL197.74º49.36%54.31%-
HSV(B)197.74º58.67%76.86%-
XYZ26.2831.5856.93-
YUV141.66158.6684.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=18.45%
G=36.90%
B=44.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811621960.590.1700.23197.7449.3654.31
Hex51A2C43B11017c63136
Octal12124230473210273066166
Binary101000110100010110001001110111000101011111000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,162,196); }

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

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

 a { background-color: rgb(81,162,196); }

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

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

 span { border-color: rgb(81,162,196); }

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