#54B9BF

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

Shades of Viking #54B9BF

Tints of Viking #54B9BF

Color information

#54B9BF (or 0x54B9BF) is unknown color: approx Viking. HEX triplet: 54, B9 and BF. RGB value is (84,185,191). Sum of RGB (Red+Green+Blue) = 84+185+191=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #54B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9BF is #AB4640. Grayscale: #9B9B9B. Windows color (decimal): -11224641 or 12564820. OLE color: 12564820.

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

Color convert

RGB84185191-
CMYK0.560.0300.25
HSL183.36º45.53%53.92%-
HSV(B)183.36º56.02%74.9%-
XYZ30.4140.3455.47-
YUV155.49148.0477.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.26%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 191 (75% from 255) = 41.52%
R=18.26%
G=40.22%
B=41.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841851910.560.0300.25183.3645.5353.92
Hex54B9BF383019b72e36
Octal1242712777030312675666
Binary101010010111001101111111110001101100110110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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