#56798E

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

Shades of Hoki #56798E

Tints of Hoki #56798E

Color information

#56798E (or 0x56798E) is unknown color: approx Hoki. HEX triplet: 56, 79 and 8E. RGB value is (86,121,142). Sum of RGB (Red+Green+Blue) = 86+121+142=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #56798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56798E is #A98671. Grayscale: #707070. Windows color (decimal): -11110002 or 9337174. OLE color: 9337174.

HSL color Cylindrical-coordinate representation of color #56798E: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56798E is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86121142-
CMYK0.390.1500.44
HSL202.5º24.56%44.71%-
HSV(B)202.5º39.44%55.69%-
XYZ15.5617.6128.17-
YUV112.93144.4108.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=24.64%
G=34.67%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861211420.390.1500.44202.524.5644.71
Hex56798E27F02Cca192d
Octal12617121647170543123155
Binary1010110111100110001110100111111101011001100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56798E; }

 p { color: rgb(86,121,142); }

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

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

 a { background-color: rgb(86,121,142); }

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

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

 span { border-color: rgb(86,121,142); }

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