Html Css Color HEX #54808D Hoki

📋 copy color: '#54808D'

red 84 ◦ green 128 ◦ blue 141

#54808D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #54808D

Tints of Hoki #54808D

RGB

 RED value IS 84 (33.2% from 255) = 23.8%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 23.8%
G = 36.26%
B = 39.94%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54808D (or 0x54808D) is known color: Hoki. HEX triplet: 54, 80 and 8D. RGB value is (84,128,141). Sum of RGB (Red+Green+Blue) = 84+128+141=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #54808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808D is #AB7F72. Grayscale: #747474. Windows color (decimal): -11239283 or 9273428. OLE color: 9273428.

HSL color Cylindrical-coordinate representation of color #54808D: hue angle of 193.68º 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 #54808D is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 128 141 -
CMYK 0.40 0.09 0 0.45
HSL 193.68º 0.25% 0.44% -
HSV(B) 193.68º 0.4% 0.55% -
XYZ 16.18 19.25 28.06 -
YUV 116.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 84 128 141 0.40 0.09 0 0.45 193.68 0.25 0.44
Hex 54 80 8D 28 9 0 2D C2 19 2C
Octal 124 200 215 50 11 0 55 302 31 54
Binary 1010100 10000000 10001101 101000 1001 0 101101 11000010 11001 101100

Color Harmonies of #54808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54808D

Black with #54808D

Text Example


Text Example

White with #54808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54808D;
 }
 .AnyTagClassName
 {
   color: #54808D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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