#54B3BE

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

Shades of Viking #54B3BE

Tints of Viking #54B3BE

Color information

#54B3BE (or 0x54B3BE) is unknown color: approx Viking. HEX triplet: 54, B3 and BE. RGB value is (84,179,190). Sum of RGB (Red+Green+Blue) = 84+179+190=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #54B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3BE is #AB4C41. Grayscale: #979797. Windows color (decimal): -11226178 or 12497748. OLE color: 12497748.

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

Color convert

RGB84179190-
CMYK0.560.0600.25
HSL186.23º44.92%53.73%-
HSV(B)186.23º55.79%74.51%-
XYZ29.0737.8454.49-
YUV151.85149.5379.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.54%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=18.54%
G=39.51%
B=41.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841791900.560.0600.25186.2344.9253.73
Hex54B3BE386019ba2d36
Octal1242632767060312725566
Binary1010100101100111011111011100011001100110111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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