#5b7d88

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

Shades of Hoki #5B7D88

Tints of Hoki #5B7D88

Color information

#5B7D88 (or 0x5B7D88) is unknown color: approx Hoki. HEX triplet: 5B, 7D and 88. RGB value is (91,125,136). Sum of RGB (Red+Green+Blue) = 91+125+136=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B7D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7D88 is #A48277. Grayscale: #747474. Windows color (decimal): -10781304 or 8944987. OLE color: 8944987.

HSL color Cylindrical-coordinate representation of color #5B7D88: hue angle of 194.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B7D88 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB91125136-
CMYK0.330.0800.47
HSL194.67º19.82%44.51%-
HSV(B)194.67º33.09%53.33%-
XYZ16.0918.6726.05-
YUV116.09139.24110.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=25.85%
G=35.51%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911251360.330.0800.47194.6719.8244.51
Hex5B7D8821802Fc3142d
Octal13317521041100573032455
Binary1011011111110110001000100001100001011111100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b7d88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,125,136); }

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

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

 a { background-color: rgb(91,125,136); }

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

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

 span { border-color: rgb(91,125,136); }

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