#5A7687

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

Shades of Hoki #5A7687

Tints of Hoki #5A7687

Color information

#5A7687 (or 0x5A7687) is unknown color: approx Hoki. HEX triplet: 5A, 76 and 87. RGB value is (90,118,135). Sum of RGB (Red+Green+Blue) = 90+118+135=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7687 is #A58978. Grayscale: #6F6F6F. Windows color (decimal): -10848633 or 8877658. OLE color: 8877658.

HSL color Cylindrical-coordinate representation of color #5A7687: hue angle of 202.67º 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 #5A7687 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB90118135-
CMYK0.330.1300.47
HSL202.67º20%44.12%-
HSV(B)202.67º33.33%52.94%-
XYZ15.0716.8825.39-
YUV111.57141.22112.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=26.24%
G=34.40%
B=39.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901181350.330.1300.47202.672044.12
Hex5A768721D02Fcb142c
Octal13216620741150573132454
Binary1011010111011010000111100001110101011111100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,135); }

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

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

 a { background-color: rgb(90,118,135); }

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

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

 span { border-color: rgb(90,118,135); }

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