#56788C

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

Shades of Hoki #56788C

Tints of Hoki #56788C

Color information

#56788C (or 0x56788C) is unknown color: approx Hoki. HEX triplet: 56, 78 and 8C. RGB value is (86,120,140). Sum of RGB (Red+Green+Blue) = 86+120+140=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #56788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56788C is #A98773. Grayscale: #707070. Windows color (decimal): -11110260 or 9205846. OLE color: 9205846.

HSL color Cylindrical-coordinate representation of color #56788C: hue angle of 202.22º 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 #56788C is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86120140-
CMYK0.390.1400.45
HSL202.22º23.89%44.31%-
HSV(B)202.22º38.57%54.9%-
XYZ15.2917.327.35-
YUV112.11143.74109.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=24.86%
G=34.68%
B=40.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861201400.390.1400.45202.2223.8944.31
Hex56788C27E02Dca182c
Octal12617021447160553123054
Binary1010110111100010001100100111111001011011100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56788C; }

 p { color: rgb(86,120,140); }

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

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

 a { background-color: rgb(86,120,140); }

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

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

 span { border-color: rgb(86,120,140); }

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