#5B808B

Color #5B808B Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #5B808B

Tints of Hoki #5B808B

Color information

#5B808B (or 0x5B808B) is unknown color: approx Hoki. HEX triplet: 5B, 80 and 8B. RGB value is (91,128,139). Sum of RGB (Red+Green+Blue) = 91+128+139=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B808B is #A47F74. Grayscale: #767676. Windows color (decimal): -10780533 or 9142363. OLE color: 9142363.

HSL color Cylindrical-coordinate representation of color #5B808B: hue angle of 193.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B808B is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB91128139-
CMYK0.350.0800.45
HSL193.75º20.87%45.1%-
HSV(B)193.75º34.53%54.51%-
XYZ16.6919.5327.32-
YUV118.19139.74108.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=25.42%
G=35.75%
B=38.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911281390.350.0800.45193.7520.8745.1
Hex5B808B23802Dc2152d
Octal13320021343100553022555
Binary10110111000000010001011100011100001011011100001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B808B; }

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

 H1.HeaderClassName
 {
   color: #5B808B;
 }
 .AnyTagClassName
 {
   color: #5B808B;
 }
</style>
background-color css

<style>
 a { background-color: #5B808B; }

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

 div.DivClassName
 {
   background-color: #5B808B;
 }
 .BgClassName
 {
   background-color: #5B808B;
 }
</style>
border-color css

<style>
 span { border-color: #5B808B; }

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

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