#54B6BE

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

Shades of Viking #54B6BE

Tints of Viking #54B6BE

Color information

#54B6BE (or 0x54B6BE) is unknown color: approx Viking. HEX triplet: 54, B6 and BE. RGB value is (84,182,190). Sum of RGB (Red+Green+Blue) = 84+182+190=456 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.42% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #54B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B6BE is #AB4941. Grayscale: #999999. Windows color (decimal): -11225410 or 12498516. OLE color: 12498516.

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

Color convert

RGB84182190-
CMYK0.560.0400.25
HSL184.53º44.92%53.73%-
HSV(B)184.53º55.79%74.51%-
XYZ29.6839.0654.69-
YUV153.61148.5378.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.42%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=18.42%
G=39.91%
B=41.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841821900.560.0400.25184.5344.9253.73
Hex54B6BE384019b92d36
Octal1242662767040312715566
Binary1010100101101101011111011100010001100110111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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