#54B1BA

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

Shades of Viking #54B1BA

Tints of Viking #54B1BA

Color information

#54B1BA (or 0x54B1BA) is unknown color: approx Viking. HEX triplet: 54, B1 and BA. RGB value is (84,177,186). Sum of RGB (Red+Green+Blue) = 84+177+186=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #54B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1BA is #AB4E45. Grayscale: #969696. Windows color (decimal): -11226694 or 12235092. OLE color: 12235092.

HSL color Cylindrical-coordinate representation of color #54B1BA: hue angle of 185.29º 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 #54B1BA is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84177186-
CMYK0.550.0500.27
HSL185.29º42.5%52.94%-
HSV(B)185.29º54.84%72.94%-
XYZ28.2436.8752.08-
YUV150.22148.1980.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.79%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=18.79%
G=39.60%
B=41.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841771860.550.0500.27185.2942.552.94
Hex54B1BA37501Bb92a35
Octal1242612726750332715265
Binary1010100101100011011101011011110101101110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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