#5D808A

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

Shades of Hoki #5D808A

Tints of Hoki #5D808A

Color information

#5D808A (or 0x5D808A) is unknown color: approx Hoki. HEX triplet: 5D, 80 and 8A. RGB value is (93,128,138). Sum of RGB (Red+Green+Blue) = 93+128+138=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D808A is #A27F75. Grayscale: #767676. Windows color (decimal): -10649462 or 9076829. OLE color: 9076829.

HSL color Cylindrical-coordinate representation of color #5D808A: hue angle of 193.33º 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 #5D808A is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB93128138-
CMYK0.330.0700.46
HSL193.33º19.48%45.29%-
HSV(B)193.33º32.61%54.12%-
XYZ16.8219.626.94-
YUV118.68138.9109.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=25.91%
G=35.65%
B=38.44%

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
Decimal931281380.330.0700.46193.3319.4845.29
Hex5D808A21702Ec1132d
Octal1352002124170563012355
Binary1011101100000001000101010000111101011101100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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