#5A7E91

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

Shades of Hoki #5A7E91

Tints of Hoki #5A7E91

Color information

#5A7E91 (or 0x5A7E91) is unknown color: approx Hoki. HEX triplet: 5A, 7E and 91. RGB value is (90,126,145). Sum of RGB (Red+Green+Blue) = 90+126+145=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A7E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7E91 is #A5816E. Grayscale: #757575. Windows color (decimal): -10846575 or 9535066. OLE color: 9535066.

HSL color Cylindrical-coordinate representation of color #5A7E91: hue angle of 200.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7E91 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB90126145-
CMYK0.380.1300.43
HSL200.73º23.4%46.08%-
HSV(B)200.73º37.93%56.86%-
XYZ16.7919.1429.6-
YUV117.4143.57108.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=24.93%
G=34.90%
B=40.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901261450.380.1300.43200.7323.446.08
Hex5A7E9126D02Bc9172e
Octal13217622146150533112756
Binary1011010111111010010001100110110101010111100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,126,145); }

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

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

 a { background-color: rgb(90,126,145); }

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

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

 span { border-color: rgb(90,126,145); }

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