#54ACBB

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

Shades of Viking #54ACBB

Tints of Viking #54ACBB

Color information

#54ACBB (or 0x54ACBB) is unknown color: approx Viking. HEX triplet: 54, AC and BB. RGB value is (84,172,187). Sum of RGB (Red+Green+Blue) = 84+172+187=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #54ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACBB is #AB5344. Grayscale: #939393. Windows color (decimal): -11227973 or 12299348. OLE color: 12299348.

HSL color Cylindrical-coordinate representation of color #54ACBB: hue angle of 188.74º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54ACBB is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84172187-
CMYK0.550.0800.27
HSL188.74º43.1%53.14%-
HSV(B)188.74º55.08%73.33%-
XYZ27.3834.9852.32-
YUV147.4150.3582.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=18.96%
G=38.83%
B=42.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841721870.550.0800.27188.7443.153.14
Hex54ACBB37801Bbd2b35
Octal12425427367100332755365
Binary10101001010110010111011110111100001101110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,187); }

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

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

 a { background-color: rgb(84,172,187); }

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

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

 span { border-color: rgb(84,172,187); }

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