#5D838C

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

Shades of Hoki #5D838C

Tints of Hoki #5D838C

Color information

#5D838C (or 0x5D838C) is unknown color: approx Hoki. HEX triplet: 5D, 83 and 8C. RGB value is (93,131,140). Sum of RGB (Red+Green+Blue) = 93+131+140=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D838C is #A27C73. Grayscale: #787878. Windows color (decimal): -10648692 or 9208669. OLE color: 9208669.

HSL color Cylindrical-coordinate representation of color #5D838C: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D838C is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB93131140-
CMYK0.340.0600.45
HSL191.49º20.17%45.69%-
HSV(B)191.49º33.57%54.9%-
XYZ17.3620.4527.84-
YUV120.66138.91108.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=25.55%
G=35.99%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal931311400.340.0600.45191.4920.1745.69
Hex5D838C22602Dbf142e
Octal1352032144260552772456
Binary1011101100000111000110010001011001011011011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,140); }

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

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

 a { background-color: rgb(93,131,140); }

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

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

 span { border-color: rgb(93,131,140); }

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