#557C89

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

Shades of Hoki #557C89

Tints of Hoki #557C89

Color information

#557C89 (or 0x557C89) is unknown color: approx Hoki. HEX triplet: 55, 7C and 89. RGB value is (85,124,137). Sum of RGB (Red+Green+Blue) = 85+124+137=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #557C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C89 is #AA8376. Grayscale: #717171. Windows color (decimal): -11174775 or 9010261. OLE color: 9010261.

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

Color convert

RGB85124137-
CMYK0.380.0900.46
HSL195º23.42%43.53%-
HSV(B)195º37.96%53.73%-
XYZ15.4718.1526.36-
YUV113.82141.08107.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=24.57%
G=35.84%
B=39.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851241370.380.0900.4619523.4243.53
Hex557C8926902Ec3172c
Octal12517421146110563032754
Binary1010101111110010001001100110100101011101100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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