#54B5BE

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

Shades of Viking #54B5BE

Tints of Viking #54B5BE

Color information

#54B5BE (or 0x54B5BE) is unknown color: approx Viking. HEX triplet: 54, B5 and BE. RGB value is (84,181,190). Sum of RGB (Red+Green+Blue) = 84+181+190=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #54B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B5BE is #AB4A41. Grayscale: #989898. Windows color (decimal): -11225666 or 12498260. OLE color: 12498260.

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

Color convert

RGB84181190-
CMYK0.560.0500.25
HSL185.09º44.92%53.73%-
HSV(B)185.09º55.79%74.51%-
XYZ29.4738.6554.62-
YUV153.02148.8678.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.46%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=18.46%
G=39.78%
B=41.76%

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
Decimal841811900.560.0500.25185.0944.9253.73
Hex54B5BE385019b92d36
Octal1242652767050312715566
Binary1010100101101011011111011100010101100110111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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