#54a9ba

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

Shades of Viking #54A9BA

Tints of Viking #54A9BA

Color information

#54A9BA (or 0x54A9BA) is unknown color: approx Viking. HEX triplet: 54, A9 and BA. RGB value is (84,169,186). Sum of RGB (Red+Green+Blue) = 84+169+186=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #54A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9BA is #AB5645. Grayscale: #919191. Windows color (decimal): -11228742 or 12233044. OLE color: 12233044.

HSL color Cylindrical-coordinate representation of color #54A9BA: hue angle of 190º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54A9BA is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84169186-
CMYK0.550.0900.27
HSL190º42.5%52.94%-
HSV(B)190º54.84%72.94%-
XYZ26.7133.8151.57-
YUV145.52150.8484.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=19.13%
G=38.50%
B=42.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841691860.550.0900.2719042.552.94
Hex54A9BA37901Bbe2a35
Octal12425127267110332765265
Binary10101001010100110111010110111100101101110111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54a9ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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