#54ACBC

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

Shades of Viking #54ACBC

Tints of Viking #54ACBC

Color information

#54ACBC (or 0x54ACBC) is unknown color: approx Viking. HEX triplet: 54, AC and BC. RGB value is (84,172,188). Sum of RGB (Red+Green+Blue) = 84+172+188=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #54ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACBC is #AB5343. Grayscale: #939393. Windows color (decimal): -11227972 or 12364884. OLE color: 12364884.

HSL color Cylindrical-coordinate representation of color #54ACBC: hue angle of 189.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54ACBC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84172188-
CMYK0.550.0900.26
HSL189.23º43.7%53.33%-
HSV(B)189.23º55.32%73.73%-
XYZ27.4935.0252.89-
YUV147.51150.8582.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.92%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=18.92%
G=38.74%
B=42.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841721880.550.0900.26189.2343.753.33
Hex54ACBC37901Abd2c35
Octal12425427467110322755465
Binary10101001010110010111100110111100101101010111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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