#5A818A

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

Shades of Hoki #5A818A

Tints of Hoki #5A818A

Color information

#5A818A (or 0x5A818A) is unknown color: approx Hoki. HEX triplet: 5A, 81 and 8A. RGB value is (90,129,138). Sum of RGB (Red+Green+Blue) = 90+129+138=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A818A is #A57E75. Grayscale: #767676. Windows color (decimal): -10845814 or 9077082. OLE color: 9077082.

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

Color convert

RGB90129138-
CMYK0.350.0700.46
HSL191.25º21.05%44.71%-
HSV(B)191.25º34.78%54.12%-
XYZ16.6519.7126.97-
YUV118.36139.08107.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=25.21%
G=36.13%
B=38.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901291380.350.0700.46191.2521.0544.71
Hex5A818A23702Ebf152d
Octal1322012124370562772555
Binary1011010100000011000101010001111101011101011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,129,138); }

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

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

 a { background-color: rgb(90,129,138); }

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

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

 span { border-color: rgb(90,129,138); }

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