Html Css Color HEX #56788A Hoki

📋 copy color: '#56788A'

red 86 ◦ green 120 ◦ blue 138

#56788A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hoki #56788A

Tints of Hoki #56788A

RGB

 RED value IS 86 (33.98% from 255) = 25%

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 25%
G = 34.88%
B = 40.12%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56788A (or 0x56788A) is known color: Hoki. HEX triplet: 56, 78 and 8A. RGB value is (86,120,138). Sum of RGB (Red+Green+Blue) = 86+120+138=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #56788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56788A is #A98775. Grayscale: #6F6F6F. Windows color (decimal): -11110262 or 9074774. OLE color: 9074774.

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

Color convert

RGB 86 120 138 -
CMYK 0.38 0.13 0 0.46
HSL 200.77º 0.23% 0.44% -
HSV(B) 200.77º 0.38% 0.54% -
XYZ 15.14 17.25 26.58 -
YUV 111.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 86 120 138 0.38 0.13 0 0.46 200.77 0.23 0.44
Hex 56 78 8A 26 D 0 2E C9 17 2C
Octal 126 170 212 46 15 0 56 311 27 54
Binary 1010110 1111000 10001010 100110 1101 0 101110 11001001 10111 101100

Color Harmonies of #56788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56788A

Black with #56788A

Text Example


Text Example

White with #56788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56788A;
 }
 .AnyTagClassName
 {
   color: #56788A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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