#54AFBC

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

Shades of Viking #54AFBC

Tints of Viking #54AFBC

Color information

#54AFBC (or 0x54AFBC) is unknown color: approx Viking. HEX triplet: 54, AF and BC. RGB value is (84,175,188). Sum of RGB (Red+Green+Blue) = 84+175+188=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #54AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFBC is #AB5043. Grayscale: #959595. Windows color (decimal): -11227204 or 12365652. OLE color: 12365652.

HSL color Cylindrical-coordinate representation of color #54AFBC: hue angle of 187.5º 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 #54AFBC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84175188-
CMYK0.550.0700.26
HSL187.5º43.7%53.33%-
HSV(B)187.5º55.32%73.73%-
XYZ28.0636.1853.08-
YUV149.27149.8581.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.79%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=18.79%
G=39.15%
B=42.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841751880.550.0700.26187.543.753.33
Hex54AFBC37701Abc2c35
Octal1242572746770322745465
Binary1010100101011111011110011011111101101010111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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