#5A7C8D

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

Shades of Hoki #5A7C8D

Tints of Hoki #5A7C8D

Color information

#5A7C8D (or 0x5A7C8D) is unknown color: approx Hoki. HEX triplet: 5A, 7C and 8D. RGB value is (90,124,141). Sum of RGB (Red+Green+Blue) = 90+124+141=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A7C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7C8D is #A58372. Grayscale: #737373. Windows color (decimal): -10847091 or 9272410. OLE color: 9272410.

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

Color convert

RGB90124141-
CMYK0.360.1200.45
HSL200º22.08%45.29%-
HSV(B)200º36.17%55.29%-
XYZ16.2318.5127.92-
YUV115.77142.24109.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=25.35%
G=34.93%
B=39.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901241410.360.1200.4520022.0845.29
Hex5A7C8D24C02Dc8162d
Octal13217421544140553102655
Binary1011010111110010001101100100110001011011100100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,141); }

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

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

 a { background-color: rgb(90,124,141); }

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

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

 span { border-color: rgb(90,124,141); }

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