#56798A

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

Shades of Hoki #56798A

Tints of Hoki #56798A

Color information

#56798A (or 0x56798A) is unknown color: approx Hoki. HEX triplet: 56, 79 and 8A. RGB value is (86,121,138). Sum of RGB (Red+Green+Blue) = 86+121+138=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #56798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56798A is #A98675. Grayscale: #707070. Windows color (decimal): -11110006 or 9075030. OLE color: 9075030.

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

Color convert

RGB86121138-
CMYK0.380.1200.46
HSL199.62º23.21%43.92%-
HSV(B)199.62º37.68%54.12%-
XYZ15.2617.4926.62-
YUV112.47142.4109.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 138 (54.30% from 255) = 40%
R=24.93%
G=35.07%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861211380.380.1200.46199.6223.2143.92
Hex56798A26C02Ec8172c
Octal12617121246140563102754
Binary1010110111100110001010100110110001011101100100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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