#55798B

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

Shades of Hoki #55798B

Tints of Hoki #55798B

Color information

#55798B (or 0x55798B) is unknown color: approx Hoki. HEX triplet: 55, 79 and 8B. RGB value is (85,121,139). Sum of RGB (Red+Green+Blue) = 85+121+139=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #55798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55798B is #AA8674. Grayscale: #707070. Windows color (decimal): -11175541 or 9140565. OLE color: 9140565.

HSL color Cylindrical-coordinate representation of color #55798B: hue angle of 200º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55798B is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85121139-
CMYK0.390.1300.45
HSL200º24.11%43.92%-
HSV(B)200º38.85%54.51%-
XYZ15.2417.4726.99-
YUV112.29143.07108.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=24.64%
G=35.07%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851211390.390.1300.4520024.1143.92
Hex55798B27D02Dc8182c
Octal12517121347150553103054
Binary1010101111100110001011100111110101011011100100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55798B; }

 p { color: rgb(85,121,139); }

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

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

 a { background-color: rgb(85,121,139); }

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

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

 span { border-color: rgb(85,121,139); }

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