#54BDBE

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

Shades of Viking #54BDBE

Tints of Viking #54BDBE

Color information

#54BDBE (or 0x54BDBE) is unknown color: approx Viking. HEX triplet: 54, BD and BE. RGB value is (84,189,190). Sum of RGB (Red+Green+Blue) = 84+189+190=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #54BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDBE is #AB4241. Grayscale: #9D9D9D. Windows color (decimal): -11223618 or 12500308. OLE color: 12500308.

HSL color Cylindrical-coordinate representation of color #54BDBE: hue angle of 180.57º 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 #54BDBE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84189190-
CMYK0.560.0100.25
HSL180.57º44.92%53.73%-
HSV(B)180.57º55.79%74.51%-
XYZ31.154255.18-
YUV157.72146.2175.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.14%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=18.14%
G=40.82%
B=41.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841891900.560.0100.25180.5744.9253.73
Hex54BDBE381019b52d36
Octal1242752767010312655566
Binary10101001011110110111110111000101100110110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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