Html Css Color HEX #547988 Hoki

📋 copy color: '#547988'

red 84 ◦ green 121 ◦ blue 136

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

Shades of Hoki #547988

Tints of Hoki #547988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 24.63%
G = 35.48%
B = 39.88%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547988 (or 0x547988) is known color: Hoki. HEX triplet: 54, 79 and 88. RGB value is (84,121,136). Sum of RGB (Red+Green+Blue) = 84+121+136=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #547988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547988 is #AB8677. Grayscale: #6F6F6F. Windows color (decimal): -11241080 or 8943956. OLE color: 8943956.

HSL color Cylindrical-coordinate representation of color #547988: hue angle of 197.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547988 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 121 136 -
CMYK 0.38 0.11 0 0.47
HSL 197.31º 0.24% 0.43% -
HSV(B) 197.31º 0.38% 0.53% -
XYZ 14.94 17.34 25.85 -
YUV 111.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 84 121 136 0.38 0.11 0 0.47 197.31 0.24 0.43
Hex 54 79 88 26 B 0 2F C5 18 2B
Octal 124 171 210 46 13 0 57 305 30 53
Binary 1010100 1111001 10001000 100110 1011 0 101111 11000101 11000 101011

Color Harmonies of #547988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547988

Black with #547988

Text Example


Text Example

White with #547988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547988; }

 p { color: rgb(84,121,136); }

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

background-color css

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

 a { background-color: rgb(84,121,136); }

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

border-color css

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

 span { border-color: rgb(84,121,136); }

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