Html Css Color HEX #56808C Hoki

📋 copy color: '#56808C'

red 86 ◦ green 128 ◦ blue 140

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

Shades of Hoki #56808C

Tints of Hoki #56808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 24.29%
G = 36.16%
B = 39.55%

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

#56808C (or 0x56808C) is known color: Hoki. HEX triplet: 56, 80 and 8C. RGB value is (86,128,140). Sum of RGB (Red+Green+Blue) = 86+128+140=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #56808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56808C is #A97F73. Grayscale: #747474. Windows color (decimal): -11108212 or 9207894. OLE color: 9207894.

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

Color convert

RGB 86 128 140 -
CMYK 0.39 0.09 0 0.45
HSL 193.33º 0.24% 0.44% -
HSV(B) 193.33º 0.39% 0.55% -
XYZ 16.29 19.31 27.68 -
YUV 116.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 86 128 140 0.39 0.09 0 0.45 193.33 0.24 0.44
Hex 56 80 8C 27 9 0 2D C1 18 2C
Octal 126 200 214 47 11 0 55 301 30 54
Binary 1010110 10000000 10001100 100111 1001 0 101101 11000001 11000 101100

Color Harmonies of #56808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56808C

Black with #56808C

Text Example


Text Example

White with #56808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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