#54A7BE

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

Shades of Viking #54A7BE

Tints of Viking #54A7BE

Color information

#54A7BE (or 0x54A7BE) is unknown color: approx Viking. HEX triplet: 54, A7 and BE. RGB value is (84,167,190). Sum of RGB (Red+Green+Blue) = 84+167+190=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #54A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7BE is #AB5841. Grayscale: #909090. Windows color (decimal): -11229250 or 12494676. OLE color: 12494676.

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

Color convert

RGB84167190-
CMYK0.560.1200.25
HSL193.02º44.92%53.73%-
HSV(B)193.02º55.79%74.51%-
XYZ26.7733.2453.72-
YUV144.8153.584.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.05%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=19.05%
G=37.87%
B=43.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841671900.560.1200.25193.0244.9253.73
Hex54A7BE38C019c12d36
Octal12424727670140313015566
Binary10101001010011110111110111000110001100111000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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