Html Css Color HEX #557888 Hoki

📋 copy color: '#557888'

red 85 ◦ green 120 ◦ blue 136

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

Shades of Hoki #557888

Tints of Hoki #557888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 24.93%
G = 35.19%
B = 39.88%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557888 (or 0x557888) is known color: Hoki. HEX triplet: 55, 78 and 88. RGB value is (85,120,136). Sum of RGB (Red+Green+Blue) = 85+120+136=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 120 (47.27% from 255 or 35.19% 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 #557888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557888 is #AA8777. Grayscale: #6F6F6F. Windows color (decimal): -11175800 or 8943701. OLE color: 8943701.

HSL color Cylindrical-coordinate representation of color #557888: hue angle of 198.82º degrees, saturation: 0.23, 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 #557888 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 120 136 -
CMYK 0.38 0.12 0 0.47
HSL 198.82º 0.23% 0.43% -
HSV(B) 198.82º 0.38% 0.53% -
XYZ 14.91 17.14 25.82 -
YUV 111.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 85 120 136 0.38 0.12 0 0.47 198.82 0.23 0.43
Hex 55 78 88 26 C 0 2F C7 17 2B
Octal 125 170 210 46 14 0 57 307 27 53
Binary 1010101 1111000 10001000 100110 1100 0 101111 11000111 10111 101011

Color Harmonies of #557888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557888

Black with #557888

Text Example


Text Example

White with #557888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557888; }

 p { color: rgb(85,120,136); }

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

background-color css

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

 a { background-color: rgb(85,120,136); }

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

border-color css

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

 span { border-color: rgb(85,120,136); }

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