#5A7F8B

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

Shades of Hoki #5A7F8B

Tints of Hoki #5A7F8B

Color information

#5A7F8B (or 0x5A7F8B) is unknown color: approx Hoki. HEX triplet: 5A, 7F and 8B. RGB value is (90,127,139). Sum of RGB (Red+Green+Blue) = 90+127+139=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A7F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7F8B is #A58074. Grayscale: #757575. Windows color (decimal): -10846325 or 9142106. OLE color: 9142106.

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

Color convert

RGB90127139-
CMYK0.350.0900.45
HSL194.69º21.4%44.9%-
HSV(B)194.69º35.25%54.51%-
XYZ16.4719.2227.27-
YUV117.3140.24108.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=25.28%
G=35.67%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901271390.350.0900.45194.6921.444.9
Hex5A7F8B23902Dc3152d
Octal13217721343110553032555
Binary1011010111111110001011100011100101011011100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,139); }

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

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

 a { background-color: rgb(90,127,139); }

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

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

 span { border-color: rgb(90,127,139); }

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