#5C818A

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

Shades of Hoki #5C818A

Tints of Hoki #5C818A

Color information

#5C818A (or 0x5C818A) is unknown color: approx Hoki. HEX triplet: 5C, 81 and 8A. RGB value is (92,129,138). Sum of RGB (Red+Green+Blue) = 92+129+138=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 129 (50.78% from 255 or 35.93% 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 #5C818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C818A is #A37E75. Grayscale: #767676. Windows color (decimal): -10714742 or 9077084. OLE color: 9077084.

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

Color convert

RGB92129138-
CMYK0.330.0700.46
HSL191.74º20%45.1%-
HSV(B)191.74º33.33%54.12%-
XYZ16.8519.8126.98-
YUV118.96138.74108.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=25.63%
G=35.93%
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
Decimal921291380.330.0700.46191.742045.1
Hex5C818A21702Ec0142d
Octal1342012124170563002455
Binary1011100100000011000101010000111101011101100000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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