#5D818A

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

Shades of Hoki #5D818A

Tints of Hoki #5D818A

Color information

#5D818A (or 0x5D818A) is unknown color: approx Hoki. HEX triplet: 5D, 81 and 8A. RGB value is (93,129,138). Sum of RGB (Red+Green+Blue) = 93+129+138=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D818A is #A27E75. Grayscale: #777777. Windows color (decimal): -10649206 or 9077085. OLE color: 9077085.

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

Color convert

RGB93129138-
CMYK0.330.0700.46
HSL192º19.48%45.29%-
HSV(B)192º32.61%54.12%-
XYZ16.9519.8626.99-
YUV119.26138.57109.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=25.83%
G=35.83%
B=38.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal931291380.330.0700.4619219.4845.29
Hex5D818A21702Ec0132d
Octal1352012124170563002355
Binary1011101100000011000101010000111101011101100000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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