#54808C

Color #54808C Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #54808C

Tints of Hoki #54808C

Color information

#54808C (or 0x54808C) is unknown color: approx Hoki. HEX triplet: 54, 80 and 8C. RGB value is (84,128,140). Sum of RGB (Red+Green+Blue) = 84+128+140=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #54808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808C is #AB7F73. Grayscale: #747474. Windows color (decimal): -11239284 or 9207892. OLE color: 9207892.

HSL color Cylindrical-coordinate representation of color #54808C: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54808C is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84128140-
CMYK0.40.0900.45
HSL192.86º25%43.92%-
HSV(B)192.86º40%54.9%-
XYZ16.1119.2227.67-
YUV116.21141.42105.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=23.86%
G=36.36%
B=39.77%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841281400.40.0900.45192.862543.92
Hex54808C28902Dc1192c
Octal12420021450110553013154
Binary10101001000000010001100101000100101011011100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54808C; }

 p { color: rgb(84,128,140); }

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

<style>
 a { background-color: #54808C; }

 a { background-color: rgb(84,128,140); }

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

<style>
 span { border-color: #54808C; }

 span { border-color: rgb(84,128,140); }

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