#557788

Color #557788 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #557788

Tints of Hoki #557788

Color information

#557788 (or 0x557788) is unknown color: approx Hoki. HEX triplet: 55, 77 and 88. RGB value is (85,119,136). Sum of RGB (Red+Green+Blue) = 85+119+136=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #557788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557788 is #AA8877. Grayscale: #6E6E6E. Windows color (decimal): -11176056 or 8943445. OLE color: 8943445.

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

Color convert

RGB85119136-
CMYK0.380.1200.47
HSL200º23.08%43.33%-
HSV(B)200º37.5%53.33%-
XYZ14.7916.925.78-
YUV110.77142.24109.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 136 (53.52% from 255) = 40%
R=25%
G=35%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851191360.380.1200.4720023.0843.33
Hex55778826C02Fc8172b
Octal12516721046140573102753
Binary1010101111011110001000100110110001011111100100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557788; }

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

 H1.HeaderClassName
 {
   color: #557788;
 }
 .AnyTagClassName
 {
   color: #557788;
 }
</style>
background-color css

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

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

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

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

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

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