#5A7886

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

Shades of Hoki #5A7886

Tints of Hoki #5A7886

Color information

#5A7886 (or 0x5A7886) is unknown color: approx Hoki. HEX triplet: 5A, 78 and 86. RGB value is (90,120,134). Sum of RGB (Red+Green+Blue) = 90+120+134=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A7886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7886 is #A58779. Grayscale: #707070. Windows color (decimal): -10848122 or 8812634. OLE color: 8812634.

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

Color convert

RGB90120134-
CMYK0.330.1000.47
HSL199.09º19.64%43.92%-
HSV(B)199.09º32.84%52.55%-
XYZ15.2417.3325.1-
YUV112.63140.06111.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=26.16%
G=34.88%
B=38.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901201340.330.1000.47199.0919.6443.92
Hex5A788621A02Fc7142c
Octal13217020641120573072454
Binary1011010111100010000110100001101001011111100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,134); }

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

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

 a { background-color: rgb(90,120,134); }

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

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

 span { border-color: rgb(90,120,134); }

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