Html Css Color HEX #557789 Hoki

📋 copy color: '#557789'

red 85 ◦ green 119 ◦ blue 137

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

Shades of Hoki #557789

Tints of Hoki #557789

RGB

 RED value IS 85 (33.59% from 255) = 24.93%

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 24.93%
G = 34.9%
B = 40.18%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557789 (or 0x557789) is known color: Hoki. HEX triplet: 55, 77 and 89. RGB value is (85,119,137). Sum of RGB (Red+Green+Blue) = 85+119+137=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #557789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557789 is #AA8876. Grayscale: #6E6E6E. Windows color (decimal): -11176055 or 9008981. OLE color: 9008981.

HSL color Cylindrical-coordinate representation of color #557789: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557789 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 119 137 -
CMYK 0.38 0.13 0 0.46
HSL 200.77º 0.23% 0.44% -
HSV(B) 200.77º 0.38% 0.54% -
XYZ 14.86 16.93 26.15 -
YUV 110.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 85 119 137 0.38 0.13 0 0.46 200.77 0.23 0.44
Hex 55 77 89 26 D 0 2E C9 17 2C
Octal 125 167 211 46 15 0 56 311 27 54
Binary 1010101 1110111 10001001 100110 1101 0 101110 11001001 10111 101100

Color Harmonies of #557789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557789

Black with #557789

Text Example


Text Example

White with #557789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557789; }

 p { color: rgb(85,119,137); }

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

background-color css

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

 a { background-color: rgb(85,119,137); }

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

border-color css

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

 span { border-color: rgb(85,119,137); }

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