Html Css Color HEX #56808B Hoki

📋 copy color: '#56808B'

red 86 ◦ green 128 ◦ blue 139

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

Shades of Hoki #56808B

Tints of Hoki #56808B

RGB

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

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

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

R = 24.36%
G = 36.26%
B = 39.38%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56808B (or 0x56808B) is known color: Hoki. HEX triplet: 56, 80 and 8B. RGB value is (86,128,139). Sum of RGB (Red+Green+Blue) = 86+128+139=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #56808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56808B is #A97F74. Grayscale: #747474. Windows color (decimal): -11108213 or 9142358. OLE color: 9142358.

HSL color Cylindrical-coordinate representation of color #56808B: hue angle of 192.45º 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 #56808B is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 128 139 -
CMYK 0.38 0.08 0 0.45
HSL 192.45º 0.24% 0.44% -
HSV(B) 192.45º 0.38% 0.55% -
XYZ 16.22 19.28 27.29 -
YUV 116.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 86 128 139 0.38 0.08 0 0.45 192.45 0.24 0.44
Hex 56 80 8B 26 8 0 2D C0 18 2C
Octal 126 200 213 46 10 0 55 300 30 54
Binary 1010110 10000000 10001011 100110 1000 0 101101 11000000 11000 101100

Color Harmonies of #56808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56808B

Black with #56808B

Text Example


Text Example

White with #56808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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