Html Css Color HEX #54808B Hoki

📋 copy color: '#54808B'

red 84 ◦ green 128 ◦ blue 139

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

Shades of Hoki #54808B

Tints of Hoki #54808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 23.93%
G = 36.47%
B = 39.6%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54808B (or 0x54808B) is known color: Hoki. HEX triplet: 54, 80 and 8B. RGB value is (84,128,139). Sum of RGB (Red+Green+Blue) = 84+128+139=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #54808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808B is #AB7F74. Grayscale: #747474. Windows color (decimal): -11239285 or 9142356. OLE color: 9142356.

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

Color convert

RGB 84 128 139 -
CMYK 0.40 0.08 0 0.45
HSL 192º 0.25% 0.44% -
HSV(B) 192º 0.4% 0.55% -
XYZ 16.04 19.19 27.28 -
YUV 116.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 84 128 139 0.40 0.08 0 0.45 192 0.25 0.44
Hex 54 80 8B 28 8 0 2D C0 19 2C
Octal 124 200 213 50 10 0 55 300 31 54
Binary 1010100 10000000 10001011 101000 1000 0 101101 11000000 11001 101100

Color Harmonies of #54808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54808B

Black with #54808B

Text Example


Text Example

White with #54808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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