#557B89

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

Shades of Hoki #557B89

Tints of Hoki #557B89

Color information

#557B89 (or 0x557B89) is unknown color: approx Hoki. HEX triplet: 55, 7B and 89. RGB value is (85,123,137). Sum of RGB (Red+Green+Blue) = 85+123+137=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #557B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B89 is #AA8476. Grayscale: #717171. Windows color (decimal): -11175031 or 9010005. OLE color: 9010005.

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

Color convert

RGB85123137-
CMYK0.380.1000.46
HSL196.15º23.42%43.53%-
HSV(B)196.15º37.96%53.73%-
XYZ15.3417.926.31-
YUV113.23141.41107.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=24.64%
G=35.65%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851231370.380.1000.46196.1523.4243.53
Hex557B8926A02Ec4172c
Octal12517321146120563042754
Binary1010101111101110001001100110101001011101100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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