Html Css Color HEX #56808D Hoki

📋 copy color: '#56808D'

red 86 ◦ green 128 ◦ blue 141

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

Shades of Hoki #56808D

Tints of Hoki #56808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 24.23%
G = 36.06%
B = 39.72%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56808D (or 0x56808D) is known color: Hoki. HEX triplet: 56, 80 and 8D. RGB value is (86,128,141). Sum of RGB (Red+Green+Blue) = 86+128+141=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #56808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56808D is #A97F72. Grayscale: #747474. Windows color (decimal): -11108211 or 9273430. OLE color: 9273430.

HSL color Cylindrical-coordinate representation of color #56808D: hue angle of 194.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56808D is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 128 141 -
CMYK 0.39 0.09 0 0.45
HSL 194.18º 0.24% 0.45% -
HSV(B) 194.18º 0.39% 0.55% -
XYZ 16.36 19.34 28.07 -
YUV 116.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 86 128 141 0.39 0.09 0 0.45 194.18 0.24 0.45
Hex 56 80 8D 27 9 0 2D C2 18 2D
Octal 126 200 215 47 11 0 55 302 30 55
Binary 1010110 10000000 10001101 100111 1001 0 101101 11000010 11000 101101

Color Harmonies of #56808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56808D

Black with #56808D

Text Example


Text Example

White with #56808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56808D; }

 p { color: rgb(86,128,141); }

 H1.HeaderClassName
 {
   color: #56808D;
 }
 .AnyTagClassName
 {
   color: #56808D;
 }
</style>

background-color css

<style>
 a { background-color: #56808D; }

 a { background-color: rgb(86,128,141); }

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

border-color css

<style>
 span { border-color: #56808D; }

 span { border-color: rgb(86,128,141); }

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