#54A7C8

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

Shades of Viking #54A7C8

Tints of Viking #54A7C8

Color information

#54A7C8 (or 0x54A7C8) is unknown color: approx Viking. HEX triplet: 54, A7 and C8. RGB value is (84,167,200). Sum of RGB (Red+Green+Blue) = 84+167+200=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #54A7C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7C8 is #AB5837. Grayscale: #919191. Windows color (decimal): -11229240 or 13150036. OLE color: 13150036.

HSL color Cylindrical-coordinate representation of color #54A7C8: hue angle of 197.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A7C8 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84167200-
CMYK0.580.1600.22
HSL197.07º51.33%55.69%-
HSV(B)197.07º58%78.43%-
XYZ27.933.6959.68-
YUV145.94158.583.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.63%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=18.63%
G=37.03%
B=44.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841672000.580.1600.22197.0751.3355.69
Hex54A7C83A10016c53338
Octal12424731072200263056370
Binary101010010100111110010001110101000001011011000101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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