#5D828A

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

Shades of Hoki #5D828A

Tints of Hoki #5D828A

Color information

#5D828A (or 0x5D828A) is unknown color: approx Hoki. HEX triplet: 5D, 82 and 8A. RGB value is (93,130,138). Sum of RGB (Red+Green+Blue) = 93+130+138=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D828A is #A27D75. Grayscale: #777777. Windows color (decimal): -10648950 or 9077341. OLE color: 9077341.

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

Color convert

RGB93130138-
CMYK0.330.0600.46
HSL190.67º19.48%45.29%-
HSV(B)190.67º32.61%54.12%-
XYZ17.0820.1327.03-
YUV119.85138.24108.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=25.76%
G=36.01%
B=38.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal931301380.330.0600.46190.6719.4845.29
Hex5D828A21602Ebf132d
Octal1352022124160562772355
Binary1011101100000101000101010000111001011101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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