Html Css Color HEX #56788B Hoki

📋 copy color: '#56788B'

red 86 ◦ green 120 ◦ blue 139

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

Shades of Hoki #56788B

Tints of Hoki #56788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 24.93%
G = 34.78%
B = 40.29%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56788B (or 0x56788B) is known color: Hoki. HEX triplet: 56, 78 and 8B. RGB value is (86,120,139). Sum of RGB (Red+Green+Blue) = 86+120+139=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 120 (47.27% from 255 or 34.78% 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 #56788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56788B is #A98774. Grayscale: #6F6F6F. Windows color (decimal): -11110261 or 9140310. OLE color: 9140310.

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

Color convert

RGB 86 120 139 -
CMYK 0.38 0.14 0 0.45
HSL 201.51º 0.24% 0.44% -
HSV(B) 201.51º 0.38% 0.55% -
XYZ 15.21 17.28 26.96 -
YUV 112 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 86 120 139 0.38 0.14 0 0.45 201.51 0.24 0.44
Hex 56 78 8B 26 E 0 2D CA 18 2C
Octal 126 170 213 46 16 0 55 312 30 54
Binary 1010110 1111000 10001011 100110 1110 0 101101 11001010 11000 101100

Color Harmonies of #56788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56788B

Black with #56788B

Text Example


Text Example

White with #56788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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