#54B9BD

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

Shades of Viking #54B9BD

Tints of Viking #54B9BD

Color information

#54B9BD (or 0x54B9BD) is unknown color: approx Viking. HEX triplet: 54, B9 and BD. RGB value is (84,185,189). Sum of RGB (Red+Green+Blue) = 84+185+189=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #54B9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9BD is #AB4642. Grayscale: #9B9B9B. Windows color (decimal): -11224643 or 12433748. OLE color: 12433748.

HSL color Cylindrical-coordinate representation of color #54B9BD: hue angle of 182.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B9BD is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84185189-
CMYK0.560.0200.26
HSL182.29º44.3%53.53%-
HSV(B)182.29º55.56%74.12%-
XYZ30.1940.2654.32-
YUV155.26147.0477.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.34%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=18.34%
G=40.39%
B=41.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841851890.560.0200.26182.2944.353.53
Hex54B9BD38201Ab62c36
Octal1242712757020322665466
Binary101010010111001101111011110001001101010110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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