#54A9BE

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

Shades of Viking #54A9BE

Tints of Viking #54A9BE

Color information

#54A9BE (or 0x54A9BE) is unknown color: approx Viking. HEX triplet: 54, A9 and BE. RGB value is (84,169,190). Sum of RGB (Red+Green+Blue) = 84+169+190=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #54A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9BE is #AB5641. Grayscale: #919191. Windows color (decimal): -11228738 or 12495188. OLE color: 12495188.

HSL color Cylindrical-coordinate representation of color #54A9BE: hue angle of 191.89º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A9BE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84169190-
CMYK0.560.1100.25
HSL191.89º44.92%53.73%-
HSV(B)191.89º55.79%74.51%-
XYZ27.1433.9853.84-
YUV145.98152.8483.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=18.96%
G=38.15%
B=42.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841691900.560.1100.25191.8944.9253.73
Hex54A9BE38B019c02d36
Octal12425127670130313005566
Binary10101001010100110111110111000101101100111000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A9BE; }

 p { color: rgb(84,169,190); }

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

<style>
 a { background-color: #54A9BE; }

 a { background-color: rgb(84,169,190); }

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

<style>
 span { border-color: #54A9BE; }

 span { border-color: rgb(84,169,190); }

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