#54AFBF

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

Shades of Viking #54AFBF

Tints of Viking #54AFBF

Color information

#54AFBF (or 0x54AFBF) is unknown color: approx Viking. HEX triplet: 54, AF and BF. RGB value is (84,175,191). Sum of RGB (Red+Green+Blue) = 84+175+191=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #54AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFBF is #AB5040. Grayscale: #959595. Windows color (decimal): -11227201 or 12562260. OLE color: 12562260.

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

Color convert

RGB84175191-
CMYK0.560.0800.25
HSL188.97º45.53%53.92%-
HSV(B)188.97º56.02%74.9%-
XYZ28.3936.3154.8-
YUV149.62151.3581.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 191 (75% from 255) = 42.44%
R=18.67%
G=38.89%
B=42.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841751910.560.0800.25188.9745.5353.92
Hex54AFBF388019bd2e36
Octal12425727770100312755666
Binary10101001010111110111111111000100001100110111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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