Html Css Color HEX #557E88 Hoki

📋 copy color: '#557E88'

red 85 ◦ green 126 ◦ blue 136

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

Shades of Hoki #557E88

Tints of Hoki #557E88

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.31%

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

R = 24.5%
G = 36.31%
B = 39.19%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557E88 (or 0x557E88) is known color: Hoki. HEX triplet: 55, 7E and 88. RGB value is (85,126,136). Sum of RGB (Red+Green+Blue) = 85+126+136=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #557E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557E88 is #AA8177. Grayscale: #727272. Windows color (decimal): -11174264 or 8945237. OLE color: 8945237.

HSL color Cylindrical-coordinate representation of color #557E88: hue angle of 191.76º 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 #557E88 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 126 136 -
CMYK 0.38 0.07 0 0.47
HSL 191.76º 0.23% 0.43% -
HSV(B) 191.76º 0.38% 0.53% -
XYZ 15.65 18.63 26.06 -
YUV 114.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 85 126 136 0.38 0.07 0 0.47 191.76 0.23 0.43
Hex 55 7E 88 26 7 0 2F C0 17 2B
Octal 125 176 210 46 7 0 57 300 27 53
Binary 1010101 1111110 10001000 100110 111 0 101111 11000000 10111 101011

Color Harmonies of #557E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E88

Black with #557E88

Text Example


Text Example

White with #557E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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