#5C7D85

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

Shades of Hoki #5C7D85

Tints of Hoki #5C7D85

Color information

#5C7D85 (or 0x5C7D85) is unknown color: approx Hoki. HEX triplet: 5C, 7D and 85. RGB value is (92,125,133). Sum of RGB (Red+Green+Blue) = 92+125+133=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7D85 is #A3827A. Grayscale: #737373. Windows color (decimal): -10715771 or 8748380. OLE color: 8748380.

HSL color Cylindrical-coordinate representation of color #5C7D85: hue angle of 191.71º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7D85 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB92125133-
CMYK0.310.0600.48
HSL191.71º18.22%44.12%-
HSV(B)191.71º30.83%52.16%-
XYZ15.9818.6424.95-
YUV116.04137.57110.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 133 (52.34% from 255) = 38%
R=26.29%
G=35.71%
B=38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921251330.310.0600.48191.7118.2244.12
Hex5C7D851F6030c0122c
Octal1341752053760603002254
Binary10111001111101100001011111111001100001100000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,125,133); }

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

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

 a { background-color: rgb(92,125,133); }

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

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

 span { border-color: rgb(92,125,133); }

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