#5C848A

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

Shades of Hoki #5C848A

Tints of Hoki #5C848A

Color information

#5C848A (or 0x5C848A) is unknown color: approx Hoki. HEX triplet: 5C, 84 and 8A. RGB value is (92,132,138). Sum of RGB (Red+Green+Blue) = 92+132+138=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #5C848A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C848A is #A37B75. Grayscale: #787878. Windows color (decimal): -10713974 or 9077852. OLE color: 9077852.

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

Color convert

RGB92132138-
CMYK0.330.0400.46
HSL187.83º20%45.1%-
HSV(B)187.83º33.33%54.12%-
XYZ17.2520.6127.11-
YUV120.72137.75107.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.41%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=25.41%
G=36.46%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal921321380.330.0400.46187.832045.1
Hex5C848A21402Ebc142d
Octal1342042124140562742455
Binary1011100100001001000101010000110001011101011110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,138); }

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

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

 a { background-color: rgb(92,132,138); }

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

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

 span { border-color: rgb(92,132,138); }

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