#54B4BE

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

Shades of Viking #54B4BE

Tints of Viking #54B4BE

Color information

#54B4BE (or 0x54B4BE) is unknown color: approx Viking. HEX triplet: 54, B4 and BE. RGB value is (84,180,190). Sum of RGB (Red+Green+Blue) = 84+180+190=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #54B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B4BE is #AB4B41. Grayscale: #989898. Windows color (decimal): -11225922 or 12498004. OLE color: 12498004.

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

Color convert

RGB84180190-
CMYK0.560.0500.25
HSL185.66º44.92%53.73%-
HSV(B)185.66º55.79%74.51%-
XYZ29.2738.2554.55-
YUV152.44149.279.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.50%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=18.50%
G=39.65%
B=41.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841801900.560.0500.25185.6644.9253.73
Hex54B4BE385019ba2d36
Octal1242642767050312725566
Binary1010100101101001011111011100010101100110111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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